new: animation

This commit is contained in:
lollipopkit
2023-08-08 14:55:13 +08:00
parent 096d41088f
commit 2887d23381
9 changed files with 73 additions and 42 deletions

View File

@@ -146,7 +146,7 @@ Future<void> scp2CDN() async {
print('SHA1: $sha1');
final result = await Process.run(
'scp',
[apkPath, 'hk:/var/www/res/serverbox/apks/$sha1.apk'],
[apkPath, 'hk:/var/www/res/serverbox/apks/$build-$sha1.apk'],
runInShell: true,
);
if (result.exitCode != 0) {