Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Code for Analabs
RST Evaluation
Commits
359511f0
Commit
359511f0
authored
Jan 22, 2021
by
Michael Rudolf
Browse files
Reenabled full build.
parent
17e5537c
Changes
1
Hide whitespace changes
Inline
Side-by-side
build.cmd
View file @
359511f0
...
...
@@ -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"
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment