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

add fdroid metadata

This commit is contained in:
Chris Howey
2021-02-19 21:17:55 -06:00
parent 8f9741f672
commit 20c5c46ace
13 changed files with 41 additions and 5 deletions

View File

@@ -3,7 +3,7 @@
all: crocgui.apk crocgui
crocgui.apk: main.go platforms_android.go AndroidManifest.xml
ANDROID_HOME=~/android fyne package -os android -appID com.github.howeyc.crocgui -icon logo.png
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
go build