add and path
This commit is contained in:
parent
de2f91afb8
commit
83891ab6fa
1 changed files with 2 additions and 0 deletions
|
|
@ -17,6 +17,7 @@ String scriptPath = '';
|
|||
String executablePath = '';
|
||||
String appIdendifier = '';
|
||||
String appName = '';
|
||||
String and = '';
|
||||
|
||||
Future initialize(String name, String appID) async {
|
||||
appIdendifier = appID;
|
||||
|
|
@ -28,6 +29,7 @@ Future initialize(String name, String appID) async {
|
|||
var debugPath = isDebug ? '.debug' : '';
|
||||
userPath = Path.userPath;
|
||||
dataPath = '${Path.dataPath}$debugPath';
|
||||
and = Platform.isWindows ? ';' : '&&';
|
||||
}
|
||||
|
||||
Map<String, List<String>?> envArguments(List<String> arguments) {
|
||||
|
|
|
|||
Loading…
Reference in a new issue