add new icon for Play Next menu item

This commit is contained in:
Drew Weymouth
2024-04-13 08:05:42 -07:00
parent 4df3a0ce8b
commit 0c7c1f10ab
7 changed files with 23 additions and 6 deletions
+1
View File
@@ -1,6 +1,7 @@
#!/bin/sh
fyne bundle -package res -prefix Res appicon-256.png > bundled.go
fyne bundle -append -prefix Res icons/coreui/playlist-add-next.svg >> bundled.go
fyne bundle -append -prefix Res icons/freepik/playbutton.png >> bundled.go
fyne bundle -append -prefix Res icons/publicdomain/disc.svg >> bundled.go
fyne bundle -append -prefix Res icons/publicdomain/headphones.svg >> bundled.go