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

use file save dialog when receive files

This commit is contained in:
Chris Howey
2021-03-16 14:25:44 -05:00
parent 9d1a04e586
commit ac0e3f9aa6
12 changed files with 58 additions and 74 deletions

View File

@@ -2,10 +2,10 @@
all: crocgui.apk crocgui
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.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
crocgui: main.go send.go recv.go settings.go about.go platforms-all.go
crocgui: main.go send.go recv.go settings.go about.go
go build
clean: