use padded icon for Mac OS

This commit is contained in:
Drew Weymouth
2023-03-21 18:22:56 -07:00
parent 5e61536f04
commit 6cad6390e4
2 changed files with 3 additions and 1 deletions
+2 -1
View File
@@ -1,11 +1,12 @@
icon_path = ./res/appicon-500.png
icon_path_mac = ./res/appicon-macos.png
app_name = Supersonic
build:
go build
package_macos:
fyne package -os darwin -name $(app_name) -icon $(icon_path)
fyne package -os darwin -name $(app_name) -icon $(icon_path_mac)
dylibbundler -od -b -x ./Supersonic.app/Contents/MacOS/supersonic -d ./Supersonic.app/Contents/Frameworks/ -p @executable_path/../Frameworks/
package_windows: