Fix #132: provide standard sized icons

This commit is contained in:
Drew Weymouth
2023-04-18 17:56:06 -07:00
parent cf41e8ef18
commit 3fbf53279f
10 changed files with 7 additions and 7 deletions
+1 -1
View File
@@ -1,6 +1,6 @@
#!/bin/sh
fyne bundle -package res -prefix Res appicon-250.png > bundled.go
fyne bundle -package res -prefix Res appicon-256.png > bundled.go
fyne bundle -append -prefix Res albumplaceholder.png >> bundled.go
fyne bundle -append -prefix Res icons/freepik/disc.png >> bundled.go
fyne bundle -append -prefix Res icons/freepik/disc-invert.png >> bundled.go