Skip to content

Commit

Permalink
Mac 512 icon and install script
Browse files Browse the repository at this point in the history
The bundle icns looks bad for some reason so I made a 512
onw which looks fine on the mac Im on
  • Loading branch information
beserge committed Feb 19, 2022
1 parent 074b321 commit 2bf163b
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
Binary file added resources/macos_icons/512_icon.icns
Binary file not shown.
2 changes: 1 addition & 1 deletion utility/build_macos.sh
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
#!/bin/bash

pyinstaller -w -F -i "resources/macos_icons/tamago.icns" tamago.py
pyinstaller -w -F -i "resources/macos_icons/512_icon.icns" tamago.py

0 comments on commit 2bf163b

Please sign in to comment.