Skip to content

Commit

Permalink
Update icons (#54)
Browse files Browse the repository at this point in the history
  • Loading branch information
chidiwilliams authored Oct 11, 2022
1 parent eecc168 commit f7a78f0
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 4 deletions.
10 changes: 6 additions & 4 deletions Makefile
Original file line number Diff line number Diff line change
@@ -1,10 +1,12 @@
version := $$(poetry version -s)

mac_app_path := ./dist/Buzz.app
mac_zip_path := ./dist/Buzz-$$BUZZ_VERSION-mac.zip
mac_dmg_path := ./dist/Buzz-$$BUZZ_VERSION-mac.dmg
mac_zip_path := ./dist/Buzz-${version}-mac.zip
mac_dmg_path := ./dist/Buzz-${version}-mac.dmg

unix_zip_path := ./dist/Buzz-$$BUZZ_VERSION-unix.tar.gz
unix_zip_path := ./dist/Buzz-${version}-unix.tar.gz

windows_zip_path := ./dist/Buzz-$$BUZZ_VERSION-windows.tar.gz
windows_zip_path := ./dist/Buzz-${version}-windows.tar.gz

buzz:
make clean
Expand Down
Binary file modified assets/buzz.icns
Binary file not shown.
Binary file modified assets/buzz.ico
Binary file not shown.

0 comments on commit f7a78f0

Please sign in to comment.