mirror of
https://gitlab.com/fdroid/fdroidserver.git
synced 2024-11-20 13:50:12 +01:00
Import - some fixes for flutter apps
This commit is contained in:
parent
0fa4d64609
commit
1df6b1db90
@ -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…
Reference in New Issue
Block a user