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
fc704db1
Commit
fc704db1
authored
Oct 07, 2021
by
Michael Rudolf
Browse files
changed location of images.
parent
5e5eab26
Changes
1
Hide whitespace changes
Inline
Side-by-side
build.cmd
View file @
fc704db1
...
...
@@ -35,6 +35,7 @@ del "%sorted%"
:: Create executable
python
-m
pip
install
pyinstaller
pyinstaller
--clean -y --icon
"rstevaluation\images\rst-evaluation_x256.ico"
--add-data
"rstevaluation\images\rst-evaluation_x256.ico;images"
"rstevaluation\rstevaluation\RST_pick_GUI.py"
python
-m
pip
install
pypiwin32
pyinstaller
--clean -y --icon
"C:\Users\mrudolf\Nextcloud\GitRepos\rst-evaluation\rstevaluation\images\rst-evaluation_x256.ico"
--add-data
"C:\Users\mrudolf\Nextcloud\GitRepos\rst-evaluation\rstevaluation\images\rst-evaluation_x256.ico;images"
"C:\Users\mrudolf\Nextcloud\GitRepos\rst-evaluation\rstevaluation\rstevaluation\RST_pick_GUI.py"
:: Create installer (requires InnoSetup on $PATH)
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