mirror of
https://github.com/lollipopkit/flutter_server_box.git
synced 2025-12-17 15:24:35 +01:00
#159 opt.
This commit is contained in:
@@ -5,7 +5,11 @@ import '../server/system.dart';
|
||||
const _cmdDivider = '\necho $seperator\n\t';
|
||||
|
||||
const _serverBoxDir = r'$HOME/.config/server_box';
|
||||
const _shellPath = '$_serverBoxDir/mobile_app_v${BuildData.build}.sh';
|
||||
|
||||
/// Issue #159
|
||||
/// Use script commit count as version of shell script.
|
||||
/// So different version of app can run at the same time.
|
||||
const _shellPath = '$_serverBoxDir/mobile_v${BuildData.script}.sh';
|
||||
|
||||
enum AppShellFuncType {
|
||||
status,
|
||||
|
||||
Reference in New Issue
Block a user