Latest fixes

This commit is contained in:
Alexander Borsuk 2021-06-23 22:22:32 +02:00
parent 03b3239d26
commit 69db4232a1
2 changed files with 4 additions and 4 deletions

View file

@ -4,15 +4,15 @@
"details": [
{
"appID": "9Z6432XD7L.app.organicmaps",
"paths": ["NOT /googleplay", "/??????????*"]
"paths": ["NOT /", "NOT /app", "NOT /get", "NOT /im_get", "NOT /install", "NOT /test*", "NOT /f", "NOT /fd", "NOT /fdroid", "NOT /g", "NOT /gp", "NOT /google", "NOT /googleplay", "NOT /h", "NOT /hw", "NOT /huawei", "NOT /i", "NOT /ios", "NOT /iphone", "NOT /ipad", "NOT /ipod", "*"]
},
{
"appID": "9Z6432XD7L.app.organicmaps.debug",
"paths": ["NOT /googleplay", "/??????????*"]
"paths": ["NOT /", "NOT /app", "NOT /get", "NOT /im_get", "NOT /install", "NOT /test*", "NOT /f", "NOT /fd", "NOT /fdroid", "NOT /g", "NOT /gp", "NOT /google", "NOT /googleplay", "NOT /h", "NOT /hw", "NOT /huawei", "NOT /i", "NOT /ios", "NOT /iphone", "NOT /ipad", "NOT /ipod", "*"]
},
{
"appID": "9Z6432XD7L.app.organicmaps.beta",
"paths": ["NOT /googleplay", "/??????????*"]
"paths": ["NOT /", "NOT /app", "NOT /get", "NOT /im_get", "NOT /install", "NOT /test*", "NOT /f", "NOT /fd", "NOT /fdroid", "NOT /g", "NOT /gp", "NOT /google", "NOT /googleplay", "NOT /h", "NOT /hw", "NOT /huawei", "NOT /i", "NOT /ios", "NOT /iphone", "NOT /ipad", "NOT /ipod", "*"]
}
]
}

View file

@ -3,7 +3,7 @@ import { onGe0Decode } from './ge0';
const NOT_FOUND_REDIRECT_URL = 'https://organicmaps.app';
const GE0_TEMPLATE_PATH = '/ge0.html';
const APPSTORE = 'https://testflight.apple.com/join/lrKCl08I';
const APPSTORE = 'https://apps.apple.com/app/organic-maps/id1567437057';
const GOOGLE = 'https://play.google.com/store/apps/details?id=app.organicmaps';
const HUAWEI = 'https://appgallery.huawei.com/#/app/C104325611';
const FDROID = 'https://f-droid.org/en/packages/app.organicmaps/';