#159 opt.: diff shell path

This commit is contained in:
lollipopkit
2023-09-08 19:09:53 +08:00
parent 1f29fde5d2
commit 7c853e3ea5

View File

@@ -5,7 +5,7 @@ import '../server/system.dart';
const _cmdDivider = '\necho $seperator\n\t';
const _serverBoxDir = r'$HOME/.config/server_box';
const _shellPath = '$_serverBoxDir/mobile_app.sh';
const _shellPath = '$_serverBoxDir/mobile_app_v${BuildData.build}.sh';
enum AppShellFuncType {
status,