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

add settings tab

This commit is contained in:
Chris Howey
2021-02-20 13:29:29 -06:00
parent 85b7a28620
commit ae5dbd3d18
6 changed files with 283 additions and 214 deletions

View File

@@ -2,10 +2,10 @@
all: crocgui.apk crocgui
crocgui.apk: main.go platforms_android.go AndroidManifest.xml
crocgui.apk: main.go send.go recv.go settings.go about.go platforms_android.go AndroidManifest.xml
ANDROID_HOME=~/android fyne package -os android -appID com.github.howeyc.crocgui -icon metadata/en-US/images/icon.png
crocgui: main.go platforms-all.go
crocgui: main.go send.go recv.go settings.go about.go platforms-all.go
go build
clean: