mirror of
https://github.com/sudoxnym/fdroiddata.git
synced 2026-05-18 03:39:10 +00:00
Update DanXi to utilize the build script
This commit is contained in:
parent
6467bfff22
commit
b5cf16d31e
1 changed files with 3 additions and 3 deletions
|
|
@ -144,8 +144,7 @@ Builds:
|
|||
|
||||
- versionName: 1.4.2
|
||||
versionCode: 338
|
||||
disable: https://github.com/DanXi-Dev/DanXi/issues/333
|
||||
commit: 22a293c7081e45042f7623c3f515c77623e2f65f
|
||||
commit: f11cae6e0ea8bb4304bc491b8d75cc993cb7833f
|
||||
submodules: true
|
||||
output: build/app/outputs/flutter-apk/app-release.apk
|
||||
rm:
|
||||
|
|
@ -172,7 +171,8 @@ Builds:
|
|||
- export PUB_CACHE=$(pwd)/.pub-cache
|
||||
- .flutter/bin/flutter pub global activate intl_utils
|
||||
- .flutter/bin/flutter pub global run intl_utils:generate
|
||||
- .flutter/bin/flutter build apk --release
|
||||
- .flutter/bin/dart build_release.dart --target android --versionCode dummy
|
||||
--flutterPath .flutter/bin/flutter --dartPath .flutter/bin/dart
|
||||
|
||||
AutoUpdateMode: Version
|
||||
UpdateCheckMode: Tags ^foss-v
|
||||
|
|
|
|||
Loading…
Reference in a new issue