This commit is contained in:
lollipopkit
2023-08-05 22:09:54 +08:00
parent 7f35ddfe30
commit 8abdcf15d4
7 changed files with 92 additions and 59 deletions

View File

@@ -146,12 +146,6 @@ Future<void> flutterBuildAndroid() async {
}
Future<void> scp2CDN() async {
print('scp2CDN? (Y/n)');
final str = stdin.readLineSync() ?? '';
if (str.isNotEmpty) {
print('skip scp2CDN');
return;
}
final result = await Process.run(
'scp',
[apkPath, 'hk:/var/www/res/serverbox/apks/$build.apk'],