mirror of
https://github.com/lollipopkit/flutter_server_box.git
synced 2025-12-17 23:34:24 +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,
|
||||
|
||||
@@ -2,8 +2,9 @@
|
||||
|
||||
class BuildData {
|
||||
static const String name = "ServerBox";
|
||||
static const int build = 535;
|
||||
static const int build = 538;
|
||||
static const String engine = "3.13.2";
|
||||
static const String buildAt = "2023-09-07 21:19:54.084724";
|
||||
static const int modifications = 0;
|
||||
static const String buildAt = "2023-09-08 19:51:19.470479";
|
||||
static const int modifications = 4;
|
||||
static const int script = 13;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user