chore: update macos logo
16
appdmg.json
@ -1,8 +1,18 @@
|
||||
{
|
||||
"title": "Spotube",
|
||||
"icon": "assets/spotube-logo.png",
|
||||
"icon": "assets/spotube-logo-macos.png",
|
||||
"contents": [
|
||||
{ "x": 448, "y": 344, "type": "link", "path": "/Applications" },
|
||||
{ "x": 192, "y": 344, "type": "file", "path": "build/macos/Build/Products/Release/spotube.app" }
|
||||
{
|
||||
"x": 448,
|
||||
"y": 344,
|
||||
"type": "link",
|
||||
"path": "/Applications"
|
||||
},
|
||||
{
|
||||
"x": 192,
|
||||
"y": 344,
|
||||
"type": "file",
|
||||
"path": "build/macos/Build/Products/Release/Spotube.app"
|
||||
}
|
||||
]
|
||||
}
|
BIN
assets/spotube-logo-macos.png
Normal file
After Width: | Height: | Size: 86 KiB |
13
flutter_launcher_icons-stable.yaml
Normal file
@ -0,0 +1,13 @@
|
||||
flutter_launcher_icons:
|
||||
ios: true
|
||||
android: true
|
||||
image_path: "assets/spotube-logo.png"
|
||||
adaptive_icon_foreground: "assets/spotube-logo-foreground.jpg"
|
||||
adaptive_icon_background: "#242832"
|
||||
windows:
|
||||
generate: true
|
||||
image_path: "assets/spotube-logo.png"
|
||||
icon_size: 48 # min:48, max:256, default: 48
|
||||
macos:
|
||||
generate: true
|
||||
image_path: "assets/spotube-logo-macos.png"
|
Before Width: | Height: | Size: 262 KiB After Width: | Height: | Size: 59 KiB |
Before Width: | Height: | Size: 15 KiB After Width: | Height: | Size: 6.1 KiB |
Before Width: | Height: | Size: 735 B After Width: | Height: | Size: 499 B |
Before Width: | Height: | Size: 38 KiB After Width: | Height: | Size: 13 KiB |
Before Width: | Height: | Size: 2.0 KiB After Width: | Height: | Size: 1.1 KiB |
Before Width: | Height: | Size: 102 KiB After Width: | Height: | Size: 27 KiB |
Before Width: | Height: | Size: 5.4 KiB After Width: | Height: | Size: 2.8 KiB |