mirror of
https://github.com/lollipopkit/flutter_server_box.git
synced 2025-12-17 07:14:28 +01:00
#159 opt.: diff shell path
This commit is contained in:
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user