Skip to content
Snippets Groups Projects
Commit 359511f0 authored by Michael Rudolf's avatar Michael Rudolf
Browse files

Reenabled full build.

parent 17e5537c
No related branches found
No related tags found
No related merge requests found
......@@ -34,7 +34,7 @@ sort "%file%" >"%sorted%"
del "%sorted%"
:: Create executable
::python -m pip install pyinstaller
::pyinstaller --clean -y --icon "D:\nextcloud\GitRepos\rst-evaluation\RSTpicking\images\rst-evaluation_x256.ico" --add-data "D:\nextcloud\GitRepos\rst-evaluation\RSTpicking\images\rst-evaluation_x256.ico;images" "RSTpicking\RST_pick_GUI.py"
python -m pip install pyinstaller
pyinstaller --clean -y --icon "D:\nextcloud\GitRepos\rst-evaluation\RSTpicking\images\rst-evaluation_x256.ico" --add-data "D:\nextcloud\GitRepos\rst-evaluation\RSTpicking\images\rst-evaluation_x256.ico;images" "RSTpicking\RST_pick_GUI.py"
:: Create installer (requires InnoSetup on $PATH)
::iscc "RST_pick_GUI.iss"
iscc "RST_pick_GUI.iss"
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment