mirror of
https://github.com/taigrr/crocgui
synced 2025-01-18 04:03:16 -08:00
build typo
This commit is contained in:
parent
20c5c46ace
commit
85b7a28620
@ -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="2"
|
android:versionCode="3"
|
||||||
android:versionName="1.0.1">
|
android:versionName="1.0.2">
|
||||||
|
|
||||||
<application android:label="Croc"
|
<application android:label="Croc"
|
||||||
tools:targetApi="30"
|
tools:targetApi="30"
|
||||||
|
@ -17,5 +17,5 @@ go version
|
|||||||
./golang/go/bin/go get github.com/fyne-io/mobile\@v0.1.2
|
./golang/go/bin/go get github.com/fyne-io/mobile\@v0.1.2
|
||||||
sed -i '38s/^EGLDisplay/extern EGLDisplay/' ./gopath/pkg/mod/github.com/fyne-io/mobile\@v0.1.2/app/android.go
|
sed -i '38s/^EGLDisplay/extern EGLDisplay/' ./gopath/pkg/mod/github.com/fyne-io/mobile\@v0.1.2/app/android.go
|
||||||
sed -i '39s/^EGLSurface/extern EGLSurface/' ./gopath/pkg/mod/github.com/fyne-io/mobile\@v0.1.2/app/android.go
|
sed -i '39s/^EGLSurface/extern EGLSurface/' ./gopath/pkg/mod/github.com/fyne-io/mobile\@v0.1.2/app/android.go
|
||||||
./gopath/bin/fyne package -os android -release -appID com.github.howeyc.crocgui -icon manifest/en-US/images/icon.png
|
./gopath/bin/fyne package -os android -release -appID com.github.howeyc.crocgui -icon metadata/en-US/images/icon.png
|
||||||
|
|
||||||
|
1
metadata/en-US/changelogs/3.txt
Normal file
1
metadata/en-US/changelogs/3.txt
Normal file
@ -0,0 +1 @@
|
|||||||
|
- Fix F-Droid build
|
Loading…
x
Reference in New Issue
Block a user