Compare commits
2 Commits
489e265273
...
b69303b543
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
b69303b543 | ||
|
|
c6a2620c64 |
16
SPEx/scripts/create_SPEX.zsh
Executable file
16
SPEx/scripts/create_SPEX.zsh
Executable file
@@ -0,0 +1,16 @@
|
||||
#!/bin/zsh
|
||||
|
||||
pyinstaller --add-data="../.venv/lib/python3.8/site-packages/text_unidecode/data.bin":./text_unidecode \
|
||||
--icon="../spex/logo.ico" \
|
||||
--paths ./libbananasplit --paths ./UserInterface/compiledUI \
|
||||
--name=SPEx \
|
||||
--onefile \
|
||||
--windowed -y \
|
||||
../spex/guimain.py
|
||||
|
||||
echo "Copio configurazione"
|
||||
cp -r ../conf ./dist/
|
||||
echo "Copio file binari"
|
||||
mv ./dist/ ../bin
|
||||
echo "Rinuovo cartella build"
|
||||
rm -rf ./build
|
||||
Reference in New Issue
Block a user