mirror of
https://github.com/chidiwilliams/buzz.git
synced 2026-03-14 22:55:46 +01:00
Update build commands
This commit is contained in:
parent
0a69549547
commit
aaf99a3fd8
1 changed files with 3 additions and 3 deletions
6
Makefile
6
Makefile
|
|
@ -6,7 +6,7 @@ clean:
|
|||
|
||||
bundle_mac:
|
||||
make buzz
|
||||
tar -czf dist/Buzz.zip dist/Buzz
|
||||
tar -czf dist/buzz-${version}-unix.zip dist/Buzz
|
||||
mkdir -p dist/dmg && cp -r dist/Buzz.app dist/dmg
|
||||
create-dmg \
|
||||
--volname "Buzz" \
|
||||
|
|
@ -17,11 +17,11 @@ bundle_mac:
|
|||
--icon "dist/Buzz.app/Contents/Resources/icon-windowed.icns" 175 120 \
|
||||
--hide-extension "Buzz.app" \
|
||||
--app-drop-link 425 120 \
|
||||
"dist/Buzz.dmg" \
|
||||
"dist/buzz-${version}-mac.dmg" \
|
||||
"dist/dmg/"
|
||||
|
||||
release:
|
||||
make clean
|
||||
make bundle_mac
|
||||
make bundle_mac version=${version}
|
||||
poetry version ${version}
|
||||
git tag "v${version}"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue