Fix Zoysii 2.4.0 (12)

This commit is contained in:
deepdaikon 2022-06-02 11:06:27 +00:00 committed by Licaon_Kter
parent a4a12724cc
commit d8ba1b59a3

View file

@ -3,18 +3,18 @@ Categories:
License: GPL-3.0-or-later License: GPL-3.0-or-later
AuthorName: DeepDaikon AuthorName: DeepDaikon
AuthorEmail: deepdaikon@tuta.io AuthorEmail: deepdaikon@tuta.io
WebSite: https://gitlab.com/DeepDaikon/Zoysii WebSite: https://gitlab.com/deepdaikon/Zoysii
SourceCode: https://gitlab.com/DeepDaikon/Zoysii/tree/HEAD SourceCode: https://gitlab.com/deepdaikon/Zoysii/tree/HEAD
IssueTracker: https://gitlab.com/DeepDaikon/Zoysii/issues IssueTracker: https://gitlab.com/deepdaikon/Zoysii/issues
Translation: https://translate.deepdaikon.xyz/engage/zoysii/ Translation: https://translate.deepdaikon.xyz/engage/zoysii/
Changelog: https://gitlab.com/DeepDaikon/Zoysii/tree/HEAD/CHANGELOG Changelog: https://gitlab.com/deepdaikon/Zoysii/tree/HEAD/CHANGELOG
Donate: https://deepdaikon.xyz/donate Donate: https://deepdaikon.xyz/donate
Liberapay: deepdaikon Liberapay: deepdaikon
AutoName: Zoysii AutoName: Zoysii
RepoType: git RepoType: git
Repo: https://gitlab.com/DeepDaikon/Zoysii.git Repo: https://gitlab.com/deepdaikon/Zoysii.git
Builds: Builds:
- versionName: 1.0.1 - versionName: 1.0.1
@ -132,15 +132,22 @@ Builds:
- versionName: 2.4.0 - versionName: 2.4.0
versionCode: 12 versionCode: 12
commit: 32d02a6be4b8d7e02e98ec345a8ead554f15974f commit: 32d02a6be4b8d7e02e98ec345a8ead554f15974f
output: build/app/outputs/apk/release/app-release.apk sudo:
- apt-get update || apt-get update
- apt-get install -y openjdk-11-jdk-headless
- update-alternatives --auto java
output: build/app/outputs/flutter-apk/app-release.apk
srclibs: srclibs:
- flutter@1.22.5 - flutter@3.0.1
rm: rm:
- ios - ios
prebuild: echo 'android.applicationVariants.all { variant -> variant.outputs.all - linux
{ output -> outputFileName = "app-${output.baseName}.apk" } }' >> android/app/build.gradle - macos
- web
- windows
build: build:
- $$flutter$$/bin/flutter config --no-analytics - $$flutter$$/bin/flutter config --no-analytics
- $$flutter$$/bin/flutter pub get
- $$flutter$$/bin/flutter build apk - $$flutter$$/bin/flutter build apk
AutoUpdateMode: Version v%v AutoUpdateMode: Version v%v