add repeat icons to bundle

This commit is contained in:
Drew Weymouth
2023-06-20 19:22:40 -07:00
committed by Drew Weymouth
parent ae1351df96
commit 5f83c2cd95
5 changed files with 38 additions and 0 deletions
+2
View File
@@ -27,6 +27,8 @@ fyne bundle -append -prefix Res icons/publicdomain/star-filled.svg >> bundled.go
fyne bundle -append -prefix Res icons/publicdomain/grid.svg >> bundled.go
fyne bundle -append -prefix Res icons/publicdomain/list.svg >> bundled.go
fyne bundle -append -prefix Res icons/publicdomain/filter.svg >> bundled.go
fyne bundle -append -prefix Res icons/remix_design/repeat.svg >> bundled.go
fyne bundle -append -prefix Res icons/remix_design/repeatone.svg >> bundled.go
fyne bundle -append -prefix Res themes/default.toml >> bundled.go