mirror of
https://github.com/ragestudio/comty.git
synced 2025-06-11 03:24:16 +00:00
configure autoupdate
This commit is contained in:
parent
45fb177a1f
commit
d6fa0cfa78
@ -3,5 +3,10 @@
|
|||||||
"appName": "Comty",
|
"appName": "Comty",
|
||||||
"bundledWebRuntime": true,
|
"bundledWebRuntime": true,
|
||||||
"overrideUserAgent": "capacitor",
|
"overrideUserAgent": "capacitor",
|
||||||
"webDir": "dist"
|
"webDir": "dist",
|
||||||
|
"plugins": {
|
||||||
|
"CapacitorUpdater": {
|
||||||
|
"updateUrl": "https://relic.ragestudio.net/comty/update_check"
|
||||||
|
}
|
||||||
|
}
|
||||||
}
|
}
|
@ -31,6 +31,7 @@
|
|||||||
"@capacitor/push-notifications": "1.0.9",
|
"@capacitor/push-notifications": "1.0.9",
|
||||||
"@capacitor/status-bar": "1.0.7",
|
"@capacitor/status-bar": "1.0.7",
|
||||||
"@capacitor/storage": "1.2.4",
|
"@capacitor/storage": "1.2.4",
|
||||||
|
"@capgo/capacitor-updater": "^4.12.8",
|
||||||
"@corenode/utils": "0.28.26",
|
"@corenode/utils": "0.28.26",
|
||||||
"@emotion/css": "11.0.0",
|
"@emotion/css": "11.0.0",
|
||||||
"@loadable/component": "5.15.2",
|
"@loadable/component": "5.15.2",
|
||||||
|
Loading…
x
Reference in New Issue
Block a user