mirror of
https://github.com/f-droid/fdroidserver.git
synced 2025-11-11 09:40:28 +03:00
Import - some fixes for flutter apps
This commit is contained in:
parent
0fa4d64609
commit
1df6b1db90
1 changed files with 3 additions and 1 deletions
|
|
@ -227,7 +227,9 @@ def main():
|
|||
app.License = data.get('license', app.License)
|
||||
app.Description = data.get('description', app.Description)
|
||||
build.srclibs = ['flutter@stable']
|
||||
build.output = 'build/app/outputs/apk/release/app-release.apk'
|
||||
build.output = 'build/app/outputs/apk/release/app-release-unsigned.apk'
|
||||
build.subdir = None
|
||||
build.gradle = None
|
||||
build.build = [
|
||||
'$$flutter$$/bin/flutter config --no-analytics',
|
||||
'$$flutter$$/bin/flutter packages pub get',
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue