mirror of
https://github.com/lollipopkit/flutter_server_box.git
synced 2025-12-17 07:14:28 +01:00
new: animation
This commit is contained in:
@@ -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) {
|
||||
|
||||
Reference in New Issue
Block a user