Skip to content

Commit

Permalink
Fix error in install.bat name
Browse files Browse the repository at this point in the history
  • Loading branch information
rbarreror committed Nov 27, 2020
1 parent 9689f86 commit 141f234
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion desktopApp/TurboPutative.bat
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ SET SRC_HOME=%SRC_HOME:~0,-1%

:: CHECK PYTHON ENVIRONMENT
IF NOT EXIST "%SRC_HOME%\env\log.info" (
CMD /C " "%SRC_HOME%\install\install_win64.bat" "
CMD /C " "%SRC_HOME%\install\install_win32.bat" "
)

:: ELECTRON DIRECTORY
Expand Down

0 comments on commit 141f234

Please sign in to comment.