diff --git a/.gitignore b/.gitignore index ae8fda5..4bb7f41 100644 --- a/.gitignore +++ b/.gitignore @@ -1,11 +1,33 @@ -# Python Interpreter # +# python environment # ###################### -desktopApp/app/src/python/* +desktopApp/env/* + +# electron # +###################### +desktopApp/electron-*/* # desktop application node_modules # #################################### desktopApp/node_modules/* +# desktopApp jobs # +################### +desktopApp/app/jobs/* + + # web application node_modules # ################################ webApp/node_modules/* + + +# webApp jobs # +############### +webApp/src/public/results/* + +# releases # +############ +releases/* + +# __pycache__ # +############### +*/__pycache__/* diff --git a/desktopApp/TurboPutative.bat b/desktopApp/TurboPutative.bat index fb0a4f5..1093a2a 100644 --- a/desktopApp/TurboPutative.bat +++ b/desktopApp/TurboPutative.bat @@ -5,8 +5,13 @@ SET SRC_HOME=%~dp0 SET SRC_HOME=%SRC_HOME:"=% SET SRC_HOME=%SRC_HOME:~0,-1% +:: CHECK PYTHON ENVIRONMENT +IF NOT EXIST "%SRC_HOME%\env" ( + CMD /C " "%SRC_HOME%\install\install_win64.bat" " +) + :: ELECTRON DIRECTORY -SET SRC_ELECTRON=%SRC_HOME%\node_modules\electron\dist\electron.exe +SET SRC_ELECTRON=%SRC_HOME%\electron-v11.0.1-win32-x64\electron.exe :: APP DIRECTORY SET SRC_APP=%SRC_HOME%\app diff --git a/desktopApp/app/sections/execute/tagger.html b/desktopApp/app/sections/execute/tagger.html index f15ca9c..f802990 100644 --- a/desktopApp/app/sections/execute/tagger.html +++ b/desktopApp/app/sections/execute/tagger.html @@ -179,12 +179,12 @@

- +