diff options
author | Jakob Stendahl <jakobste@uio.no> | 2021-10-03 20:03:18 +0200 |
---|---|---|
committer | Jakob Stendahl <jakobste@uio.no> | 2021-10-03 20:03:18 +0200 |
commit | 8cd4f8523bfe67784f1369eeef33556887e53379 (patch) | |
tree | 0921ffa93d5ba2f259bc9abf5b868d03fe4527fc /src/NeoRuntimeManager/RuntimeProcess.js | |
parent | 4850c11d87df287beacf5a5bd9012f7b54f13566 (diff) | |
parent | c6b6713e4ca50ecfaf847db1b874f2aec456fbb4 (diff) | |
download | Luxcena-Neo-8cd4f8523bfe67784f1369eeef33556887e53379.tar.gz Luxcena-Neo-8cd4f8523bfe67784f1369eeef33556887e53379.zip |
:twisted_rightwards_arrows: Merge in my own changes
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 60c1de9..562bb0e 100644 --- a/src/NeoRuntimeManager/RuntimeProcess.js +++ b/src/NeoRuntimeManager/RuntimeProcess.js @@ -30,8 +30,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` ] |