1
0
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:
Chris Howey 2021-03-16 21:51:42 -05:00
parent ac0e3f9aa6
commit 65bdb90fdb
4 changed files with 5 additions and 5 deletions

View File

@ -3,8 +3,8 @@
xmlns:android="http://schemas.android.com/apk/res/android" xmlns:android="http://schemas.android.com/apk/res/android"
xmlns:tools="http://schemas.android.com/tools" xmlns:tools="http://schemas.android.com/tools"
package="com.github.howeyc.crocgui" package="com.github.howeyc.crocgui"
android:versionCode="7" android:versionCode="8"
android:versionName="1.4.0"> android:versionName="1.4.1">
<application android:label="Croc"> <application android:label="Croc">
<activity android:name="org.golang.app.GoNativeActivity" <activity android:name="org.golang.app.GoNativeActivity"

View File

@ -26,7 +26,7 @@ func aboutTabItem() *container.TabItem {
aboutInfo.Wrapping = fyne.TextWrapWord aboutInfo.Wrapping = fyne.TextWrapWord
return container.NewTabItemWithIcon("About", theme.InfoIcon(), container.NewBorder(nil, return container.NewTabItemWithIcon("About", theme.InfoIcon(), container.NewBorder(nil,
widget.NewForm( 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"))), widget.NewFormItem("croc", widget.NewHyperlink("v8.6.7", parseURL("https://github.com/schollz/croc"))),
), ),
nil, nil,

View File

@ -9,8 +9,6 @@ export GOPATH="$PWD/gopath"
export GO_LANG="$PWD/golang/go/bin" export GO_LANG="$PWD/golang/go/bin"
export GO_COMPILED="$PWD/bin" export GO_COMPILED="$PWD/bin"
export PATH="$GO_LANG:$GO_COMPILED:$PATH" export PATH="$GO_LANG:$GO_COMPILED:$PATH"
export ANDROID_SDK_ROOT=$$SDK$$
export ANDROID_NDK_ROOT=$$NDK$$
export PATH=$(pwd)/go/bin:$PATH export PATH=$(pwd)/go/bin:$PATH
go version go version
curl -Lso fyne-mobile-save.zip https://github.com/howeyc/fyne/archive/mobile-save.zip 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 go build fyne.io/fyne/v2/cmd/fyne
popd popd
./fyne-mobile-save/fyne package -os android -release -appID com.github.howeyc.crocgui -icon metadata/en-US/images/icon.png ./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/*"

View File

@ -0,0 +1 @@
- Remove apk signature for fdroid to sign it