opt.: sftp del dir

This commit is contained in:
lollipopkit
2024-06-05 18:48:44 +08:00
parent 8a9ade355c
commit 40ce37d230
3 changed files with 30 additions and 8 deletions

View File

@@ -341,7 +341,7 @@ ${GithubIds.participants.map((e) => '[$e](${e.url})').join(' ')}
if (Stores.setting.autoCheckAppUpdate.fetch()) {
AppUpdateIface.doUpdate(
build: BuildData.build,
url: '${Urls.cdnBase}/update.json',
url: Urls.updateCfg,
context: context,
);
}