more work on artist list page
This commit is contained in:
+22
-22
@@ -1,24 +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
|
||||
fyne bundle -package res -prefix Res icons/disc.png > bundled.go
|
||||
fyne bundle -append -prefix Res icons/disc-invert.png >> bundled.go
|
||||
fyne bundle -append -prefix Res icons/headphones.png >> bundled.go
|
||||
fyne bundle -append -prefix Res icons/headphones-invert.png >> bundled.go
|
||||
fyne bundle -append -prefix Res icons/heart-filled.png >> bundled.go
|
||||
fyne bundle -append -prefix Res icons/heart-filled-invert.png >> bundled.go
|
||||
fyne bundle -append -prefix Res icons/heart-outline.png >> bundled.go
|
||||
fyne bundle -append -prefix Res icons/heart-outline-invert.png >> bundled.go
|
||||
fyne bundle -append -prefix Res icons/musicnotes.png >> bundled.go
|
||||
fyne bundle -append -prefix Res icons/musicnotes-invert.png >> bundled.go
|
||||
fyne bundle -append -prefix Res icons/people.png >> bundled.go
|
||||
fyne bundle -append -prefix Res icons/people-invert.png >> bundled.go
|
||||
fyne bundle -append -prefix Res icons/playlist.png >> bundled.go
|
||||
fyne bundle -append -prefix Res icons/playlist-invert.png >> bundled.go
|
||||
fyne bundle -append -prefix Res icons/podcast.png >> bundled.go
|
||||
fyne bundle -append -prefix Res icons/podcast-invert.png >> bundled.go
|
||||
fyne bundle -append -prefix Res icons/star-filled.png >> bundled.go
|
||||
fyne bundle -append -prefix Res icons/star-filled-invert.png >> bundled.go
|
||||
fyne bundle -append -prefix Res icons/star-outline.png >> bundled.go
|
||||
fyne bundle -append -prefix Res icons/star-outline-invert.png >> bundled.go
|
||||
fyne bundle -append -prefix Res icons/theatermasks.png >> bundled.go
|
||||
fyne bundle -append -prefix Res icons/theatermasks-invert.png >> bundled.go
|
||||
|
||||
Reference in New Issue
Block a user