mirror of
https://github.com/taigrr/crocgui
synced 2025-01-18 04:03:16 -08:00
remove cert/sign info for fdroid build
This commit is contained in:
parent
ac0e3f9aa6
commit
65bdb90fdb
@ -3,8 +3,8 @@
|
||||
xmlns:android="http://schemas.android.com/apk/res/android"
|
||||
xmlns:tools="http://schemas.android.com/tools"
|
||||
package="com.github.howeyc.crocgui"
|
||||
android:versionCode="7"
|
||||
android:versionName="1.4.0">
|
||||
android:versionCode="8"
|
||||
android:versionName="1.4.1">
|
||||
|
||||
<application android:label="Croc">
|
||||
<activity android:name="org.golang.app.GoNativeActivity"
|
||||
|
2
about.go
2
about.go
@ -26,7 +26,7 @@ func aboutTabItem() *container.TabItem {
|
||||
aboutInfo.Wrapping = fyne.TextWrapWord
|
||||
return container.NewTabItemWithIcon("About", theme.InfoIcon(), container.NewBorder(nil,
|
||||
widget.NewForm(
|
||||
widget.NewFormItem("croc GUI", widget.NewHyperlink("v1.4.0", parseURL("https://github.com/howeyc/crocgui"))),
|
||||
widget.NewFormItem("croc GUI", widget.NewHyperlink("v1.4.1", parseURL("https://github.com/howeyc/crocgui"))),
|
||||
widget.NewFormItem("croc", widget.NewHyperlink("v8.6.7", parseURL("https://github.com/schollz/croc"))),
|
||||
),
|
||||
nil,
|
||||
|
@ -9,8 +9,6 @@ export GOPATH="$PWD/gopath"
|
||||
export GO_LANG="$PWD/golang/go/bin"
|
||||
export GO_COMPILED="$PWD/bin"
|
||||
export PATH="$GO_LANG:$GO_COMPILED:$PATH"
|
||||
export ANDROID_SDK_ROOT=$$SDK$$
|
||||
export ANDROID_NDK_ROOT=$$NDK$$
|
||||
export PATH=$(pwd)/go/bin:$PATH
|
||||
go version
|
||||
curl -Lso fyne-mobile-save.zip https://github.com/howeyc/fyne/archive/mobile-save.zip
|
||||
@ -19,4 +17,5 @@ pushd fyne-mobile-save
|
||||
go build fyne.io/fyne/v2/cmd/fyne
|
||||
popd
|
||||
./fyne-mobile-save/fyne package -os android -release -appID com.github.howeyc.crocgui -icon metadata/en-US/images/icon.png
|
||||
zip -d crocgui.apk "META-INF/*"
|
||||
|
||||
|
1
metadata/en-US/changelogs/8.txt
Normal file
1
metadata/en-US/changelogs/8.txt
Normal file
@ -0,0 +1 @@
|
||||
- Remove apk signature for fdroid to sign it
|
Loading…
x
Reference in New Issue
Block a user