build 1.42 per mac, crea correttamente file .app
This commit is contained in:
@@ -7,13 +7,13 @@ pyinstaller --add-data="../.venv/lib/python3.7/site-packages/text_unidecode/data
|
||||
--noconfirm \
|
||||
--paths ./libbananasplit --paths ./UserInterface/compiledUI \
|
||||
--name=SPEx \
|
||||
--onefile \
|
||||
--windowed \
|
||||
--strip \
|
||||
--osx-bundle-identifier="12parsec.software.SPEx" \
|
||||
../spex/guimain.py
|
||||
|
||||
echo "Copio configurazione"
|
||||
cp -r ../conf ./dist/SPEx.app/Contents/MacOS/conf/
|
||||
cp -r ../conf ./dist/SPEx.app/Contents/Resources/
|
||||
cp -r ../conf ./dist/
|
||||
echo "Copio file binari"
|
||||
mv ./dist/ ../bin/
|
||||
@@ -21,5 +21,5 @@ echo "Rinuovo cartella build"
|
||||
rm -rf ./build
|
||||
echo "Firmo il codice"
|
||||
cd ../bin/dist
|
||||
#codesign --deep -s "12Parsec" SPEx.app
|
||||
#codesign --deep -s "12Parsec" SPEx
|
||||
codesign --deep -s "12Parsec" SPEx.app
|
||||
codesign --deep -s "12Parsec" SPEx
|
||||
Reference in New Issue
Block a user