Skip to content

Commit

Permalink
MAINT: removed tar packaging line
Browse files Browse the repository at this point in the history
  • Loading branch information
jotelha committed Nov 11, 2024
1 parent 267519c commit 163b4d8
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 2 deletions.
11 changes: 11 additions & 0 deletions pyinstaller/macos/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
# Build on MacOS

First run

bash pyinstaller/macos/build-app.sh

to generate `dtool-lookup-gui.app`, then run

bash pyinstaller/macos/build-dmg.sh

to bundle DMG `dtool-lookup-gui-macos.dmg`.
2 changes: 0 additions & 2 deletions pyinstaller/macos/build-app.sh
Original file line number Diff line number Diff line change
Expand Up @@ -24,5 +24,3 @@ cd dtool_lookup_gui && glib-compile-schemas . && cd ..
pyinstaller -y ./pyinstaller/macos/dtool-lookup-gui-macos.spec 2>&1 | tee pyinstaller.log

mv dist/dtool-lookup-gui.app dtool-lookup-gui.app

bash -c "tar -cvf dtool-lookup-gui-macos.tar $(cat pyinstaller/MANIFEST.macos | xargs)"

0 comments on commit 163b4d8

Please sign in to comment.