mirror of
https://github.com/meshtastic/meshtastic.git
synced 2025-01-12 14:27:45 -08:00
Fix Apple App Link
This commit is contained in:
parent
fb3b17a627
commit
baa8038d5a
|
@ -1,11 +1,15 @@
|
|||
{
|
||||
"applinks": {
|
||||
"apps": [],
|
||||
"details": [
|
||||
{
|
||||
"appID": “GCH7VS5Y9R.gvh.MeshtasticClient",
|
||||
"paths": [ "*"]
|
||||
}
|
||||
]
|
||||
}
|
||||
}
|
||||
"applinks": {
|
||||
"details": [
|
||||
{
|
||||
"appIDs": [ "GCH7VS5Y9R.gvh.MeshtasticClient"],
|
||||
"components": [
|
||||
{
|
||||
"/": "/e/*",
|
||||
"comment": "Matches any URL whose path starts with /e/"
|
||||
}
|
||||
]
|
||||
}
|
||||
]
|
||||
}
|
||||
}
|
Loading…
Reference in a new issue