Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/master'
Browse files Browse the repository at this point in the history
  • Loading branch information
weblate committed Aug 31, 2023
2 parents 6024ff4 + 9aae4c7 commit 173c9f9
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions util/build-signed-release.sh
Original file line number Diff line number Diff line change
Expand Up @@ -78,9 +78,7 @@ if [ -d "$release_dir" ]; then
exit 1
fi

flavor=vanilla

input_bundle=./build/app/outputs/bundle/${flavor}Release/app-${flavor}-release.aab
input_bundle=./build/app/outputs/bundle/release/app-release.aab

# I noticed that when the apk/aab is created, the process adds libraries for platforms that were not
# specified below (created while debugging), so better clean the build first.
Expand All @@ -92,8 +90,6 @@ flutter clean

NO_SIGN="true" \
flutter build appbundle \
--flavor $flavor \
-t lib/main_$flavor.dart \
--release \
$platforms_flag \
--build-number=$build_number \
Expand Down

0 comments on commit 173c9f9

Please sign in to comment.