Unverified Commit 1720a54a authored by hyrulelinks's avatar hyrulelinks Committed by GitHub
Browse files

Update build-macos-app.sh

Delete all .DS_Store files to fix error while signing the bundle
parent 99b9f80e
Loading
Loading
Loading
Loading
+3 −0
Original line number Diff line number Diff line
@@ -20,5 +20,8 @@ pip install pyinstaller
ditto ../libs data/libs -V
ditto ../models data/models -V

# Delete all .DS_Store
sudo find ./ -name '.DS_Store' -delete

# Build macOS app via pyinstaller
sudo pyinstaller launch.spec