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

bump version

This commit is contained in:
Chris Howey
2021-04-20 08:53:53 -05:00
parent 1d12cf2443
commit 0d6b0ed33a
5 changed files with 13 additions and 3 deletions

View File

@@ -3,7 +3,7 @@
all: crocgui.apk crocgui
crocgui.apk: main.go send.go recv.go settings.go about.go AndroidManifest.xml
ANDROID_HOME=~/android fyne package -os android -appID com.github.howeyc.crocgui -icon metadata/en-US/images/icon.png
ANDROID_HOME=~/android ./fyne-mobile-save-filename/fyne package -os android -appID com.github.howeyc.crocgui -icon metadata/en-US/images/icon.png
crocgui: main.go send.go recv.go settings.go about.go
go build