mirror of
https://github.com/sudoxnym/fdroiddata.git
synced 2026-05-19 20:29:15 +00:00
fix: correct entrypoint for open food facts
This commit is contained in:
parent
ea84749e06
commit
e1b4254c68
1 changed files with 2 additions and 1 deletions
|
|
@ -418,6 +418,7 @@ Builds:
|
|||
|
||||
- versionName: 4.8.0
|
||||
versionCode: 1148
|
||||
disable: blank screen
|
||||
commit: v4.8.0
|
||||
subdir: packages/smooth_app
|
||||
output: build/app/outputs/apk/release/app-release-unsigned.apk
|
||||
|
|
@ -444,7 +445,7 @@ Builds:
|
|||
- packages/smooth_app/.pub-cache
|
||||
build:
|
||||
- export PUB_CACHE=$(pwd)/.pub-cache
|
||||
- $$flutter$$/bin/flutter build apk
|
||||
- $$flutter$$/bin/flutter build apk -t lib/entrypoints/android/main_fdroid.dart
|
||||
|
||||
AutoUpdateMode: Version v%v
|
||||
UpdateCheckMode: HTTP
|
||||
|
|
|
|||
Loading…
Reference in a new issue