1
0
mirror of https://github.com/taigrr/crocgui synced 2025-01-18 04:03:16 -08:00

add logo across the top

This commit is contained in:
Chris Howey
2021-02-14 13:10:13 -06:00
parent 5c15a5be22
commit 16be271fc1
5 changed files with 38 additions and 29 deletions

View File

@@ -3,7 +3,7 @@
all: crocgui.apk crocgui
crocgui.apk: main.go platforms_android.go AndroidManifest.xml
fyne package -os android -appID com.github.howeyc.crocgui -icon logo.png
ANDROID_HOME=~/android fyne package -os android -appID com.github.howeyc.crocgui -icon logo.png
crocgui: main.go platforms-all.go
go build