add playlist icon + fyne bundled.go

This commit is contained in:
Drew Weymouth
2023-01-14 12:38:51 -08:00
parent de8f7d8c94
commit ece26efafb
4 changed files with 141 additions and 0 deletions
+24
View File
@@ -0,0 +1,24 @@
#!/bin/sh
fyne bundle -package res icons/disc.png > bundled.go
fyne bundle -append icons/disc-invert.png >> bundled.go
fyne bundle -append icons/headphones.png >> bundled.go
fyne bundle -append icons/headphones-invert.png >> bundled.go
fyne bundle -append icons/heart-filled.png >> bundled.go
fyne bundle -append icons/heart-filled-invert.png >> bundled.go
fyne bundle -append icons/heart-outline.png >> bundled.go
fyne bundle -append icons/heart-outline-invert.png >> bundled.go
fyne bundle -append icons/musicnotes.png >> bundled.go
fyne bundle -append icons/musicnotes-invert.png >> bundled.go
fyne bundle -append icons/people.png >> bundled.go
fyne bundle -append icons/people-invert.png >> bundled.go
fyne bundle -append icons/playlist.png >> bundled.go
fyne bundle -append icons/playlist-invert.png >> bundled.go
fyne bundle -append icons/podcast.png >> bundled.go
fyne bundle -append icons/podcast-invert.png >> bundled.go
fyne bundle -append icons/star-filled.png >> bundled.go
fyne bundle -append icons/star-filled-invert.png >> bundled.go
fyne bundle -append icons/star-outline.png >> bundled.go
fyne bundle -append icons/star-outline-invert.png >> bundled.go
fyne bundle -append icons/theatermasks.png >> bundled.go
fyne bundle -append icons/theatermasks-invert.png >> bundled.go