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

add license info

This commit is contained in:
Chris Howey
2021-03-19 11:20:56 -05:00
parent e01cda480b
commit f9c5813713
7 changed files with 2100 additions and 13 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-mobile-save/fyne package -os android -appID com.github.howeyc.crocgui -icon metadata/en-US/images/icon.png
ANDROID_HOME=~/android ./fyne-uri-name/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