Call flutter binary directly
This commit is contained in:
parent
b8f7e317d2
commit
6635724fb4
|
@ -36,12 +36,11 @@ Builds:
|
|||
- echo 'BUILD_TYPE=fdroid' > .env
|
||||
- echo 'SENTRY_DSN=https://4e306dcaabef4fd99a3e6a024a9747bb@sentry.pattle.im/9' >> .env
|
||||
- 'echo "version: $$VERSION$$+$$VERCODE$$" >> pubspec.yaml'
|
||||
- export PATH="$(pwd)/$$flutter$$/bin:$PATH"
|
||||
- echo 'android { flavorDimensions "deploy"; productFlavors { fdroid { signingConfig
|
||||
null } }; android.applicationVariants.all { variant -> if (variant.flavorName
|
||||
== "fdroid") { variant.outputs.all { output -> output.outputFileName = "app-fdroid-release.apk"
|
||||
} } } }' >> android/app/build.gradle
|
||||
build: flutter build apk --flavor fdroid -v
|
||||
build: $$flutter$$/bin/flutter build apk --flavor fdroid -v
|
||||
|
||||
AutoUpdateMode: Version v%v
|
||||
UpdateCheckMode: HTTP
|
||||
|
|
Loading…
Reference in a new issue