diff options
author | jakobst1n <jakob.stendahl@outlook.com> | 2021-10-03 18:36:12 +0200 |
---|---|---|
committer | jakobst1n <jakob.stendahl@outlook.com> | 2021-10-03 18:48:14 +0200 |
commit | 8fe3b246a12d409b0819b574a050b64ca96ce251 (patch) | |
tree | da93ea8040d4d3029b5921b49fde19659827e841 /src/NeoRuntimeManager/RuntimeProcess.js | |
parent | 7bdce37fd3f18e2712e18c4e2c64cac69af0aca1 (diff) | |
download | Luxcena-Neo-8fe3b246a12d409b0819b574a050b64ca96ce251.tar.gz Luxcena-Neo-8fe3b246a12d409b0819b574a050b64ca96ce251.zip |
:boom: Change paths to be in normal linux locations
Diffstat (limited to 'src/NeoRuntimeManager/RuntimeProcess.js')
-rw-r--r-- | src/NeoRuntimeManager/RuntimeProcess.js | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/NeoRuntimeManager/RuntimeProcess.js b/src/NeoRuntimeManager/RuntimeProcess.js index 60f6a28..0058382 100644 --- a/src/NeoRuntimeManager/RuntimeProcess.js +++ b/src/NeoRuntimeManager/RuntimeProcess.js @@ -32,8 +32,8 @@ class RuntimeProcess { "python3", [ "-u", // This makes us able to get real-time output - `${__basedir}/NeoRuntime/Runtime/neo_runtime.py`, - `--strip-config="${__datadir}/config/strip.ini"`, + `${__appdir}/NeoRuntime/Runtime/neo_runtime.py`, + `--strip-config="${__configdir}/strip.ini"`, `--mode-path="${this.modePath}"`, `--mode-entry=script` ] |