FLET_APP_CONSOLE variable
This commit is contained in:
parent
8e33d84f7c
commit
e20ec16076
|
|
@ -188,6 +188,7 @@ Future prepareApp() async {
|
|||
environmentVariables["FLET_APP_TEMP"] = appTempPath;
|
||||
|
||||
outLogFilename = path.join(appTempPath, "console.log");
|
||||
environmentVariables["FLET_APP_CONSOLE"] = outLogFilename;
|
||||
|
||||
environmentVariables["FLET_PLATFORM"] =
|
||||
defaultTargetPlatform.name.toLowerCase();
|
||||
|
|
|
|||
Loading…
Reference in New Issue