Latest fixes
This commit is contained in:
parent
03b3239d26
commit
69db4232a1
2 changed files with 4 additions and 4 deletions
|
@ -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", "*"]
|
||||
}
|
||||
]
|
||||
}
|
||||
|
|
|
@ -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/';
|
||||
|
|
Loading…
Add table
Reference in a new issue