use padded icon for Mac OS
This commit is contained in:
@@ -7,6 +7,7 @@
|
|||||||
|
|
||||||
### Fixed
|
### Fixed
|
||||||
- [#90](https://github.com/dweymouth/supersonic/issues/90) Wrong covers get loaded for albums if server has different IDs for album and cover art
|
- [#90](https://github.com/dweymouth/supersonic/issues/90) Wrong covers get loaded for albums if server has different IDs for album and cover art
|
||||||
|
- [#88](https://github.com/dweymouth/supersonic/issues/88) Incorrect icon size for Mac OS
|
||||||
|
|
||||||
## [0.0.1-alpha2] - 2023-03-17
|
## [0.0.1-alpha2] - 2023-03-17
|
||||||
|
|
||||||
|
|||||||
@@ -1,11 +1,12 @@
|
|||||||
icon_path = ./res/appicon-500.png
|
icon_path = ./res/appicon-500.png
|
||||||
|
icon_path_mac = ./res/appicon-macos.png
|
||||||
app_name = Supersonic
|
app_name = Supersonic
|
||||||
|
|
||||||
build:
|
build:
|
||||||
go build
|
go build
|
||||||
|
|
||||||
package_macos:
|
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/
|
dylibbundler -od -b -x ./Supersonic.app/Contents/MacOS/supersonic -d ./Supersonic.app/Contents/Frameworks/ -p @executable_path/../Frameworks/
|
||||||
|
|
||||||
package_windows:
|
package_windows:
|
||||||
|
|||||||
Reference in New Issue
Block a user