add about dialog

This commit is contained in:
Drew Weymouth
2023-03-04 18:47:05 -08:00
parent d3b58147de
commit fbf68dff08
8 changed files with 174 additions and 2 deletions
+4
View File
@@ -26,3 +26,7 @@ fyne bundle -append -prefix Res icons/freepik/theatermasks.png >> bundled.go
fyne bundle -append -prefix Res icons/freepik/theatermasks-invert.png >> bundled.go
fyne bundle -append -prefix Res icons/publicdomain/shuffle.svg >> bundled.go
fyne bundle -append -prefix Res icons/publicdomain/shuffle-invert.svg >> bundled.go
fyne bundle -append -prefix Res ../LICENSE >> bundled.go
fyne bundle -append -prefix Res licenses/BSDLICENSE >> bundled.go
fyne bundle -append -prefix Res licenses/MITLICENSE >> bundled.go