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

latest go fyne release

This commit is contained in:
Chris Howey
2021-04-29 20:04:07 -05:00
parent 42cab1ae20
commit 1f30a2d41f
4 changed files with 29 additions and 21 deletions

View File

@@ -2,8 +2,8 @@
all: crocgui.apk crocgui
crocgui.apk: main.go send.go recv.go settings.go about.go AndroidManifest.xml
ANDROID_HOME=~/android ./fyne-mobile-save-filename/fyne package -os android -appID com.github.howeyc.crocgui -icon metadata/en-US/images/icon.png
crocgui.apk: main.go send.go recv.go settings.go about.go AndroidManifest.xml fdroid-build.sh
ANDROID_HOME=~/android fyne package -os android -release -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