File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed
Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -11,6 +11,6 @@ type nul > "%PROGRAMDATA%\ControlHub\logs\error.log"
1111icacls " %PROGRAMDATA% \ControlHub" /grant *S-1-5-32-545:(OI)(CI)M /T
1212
1313:: Download and install pip requirements
14- python\python.exe -m pip install --upgrade -r requirements.txt
14+ python\ipython.bat -m pip install --upgrade -r requirements.txt
1515
1616start " " " %~dp0 ControlHub.exe"
Original file line number Diff line number Diff line change 3131DEBUG = os .getenv ("DEBUG" , "0" ) == "1"
3232
3333app_path = os .getcwd ()
34- python_executable = os .path .join (app_path , "python" , "python.exe " )
34+ python_executable = os .path .join (app_path , "python" , "ipython.bat " )
3535
3636program_data = os .getenv ("PROGRAMDATA" )
3737logs_base = os .path .join (program_data , "ControlHub" )
Original file line number Diff line number Diff line change 11; Inno Setup script for ControlHub installer
22
33#define MyAppName " ControlHub"
4- #define MyAppVersion " 1.5.6 "
4+ #define MyAppVersion " 1.5.7 "
55#define MyAppPublisher " lixelv"
66#define MyAppURL " https://control-hub.org"
77#define MyAppExeName " ControlHub.exe"
You can’t perform that action at this time.
0 commit comments