aggiunto script buil mac
This commit is contained in:
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