configure autoupdate

This commit is contained in:
SrGooglo 2022-11-24 19:28:35 +00:00
parent 4afa1b71b9
commit 8856b000a1
2 changed files with 7 additions and 1 deletions

View File

@ -3,5 +3,10 @@
"appName": "Comty",
"bundledWebRuntime": true,
"overrideUserAgent": "capacitor",
"webDir": "dist"
"webDir": "dist",
"plugins": {
"CapacitorUpdater": {
"updateUrl": "https://relic.ragestudio.net/comty/update_check"
}
}
}

View File

@ -31,6 +31,7 @@
"@capacitor/push-notifications": "1.0.9",
"@capacitor/status-bar": "1.0.7",
"@capacitor/storage": "1.2.4",
"@capgo/capacitor-updater": "^4.12.8",
"@corenode/utils": "0.28.26",
"@emotion/css": "11.0.0",
"@loadable/component": "5.15.2",