Skip to content

Commit

Permalink
Update build.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
Codel1417 authored May 3, 2024
1 parent 274ee03 commit c7817c1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Scripts/build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ dart run intl_translation:generate_from_arb --output-dir=lib/l10n --no-use-defer
flutter pub run build_runner build --delete-conflicting-outputs
if [[ ! -v SKIP_BUILD ]]; then

if [[ -v IOS ]]; then
if [[ $OS == 'macos_latest' ]]; then
flutter build ipa $DEBUG --no-codesign --build-number="$BUILD_NUMBER" --build-name="$VERSION"
else
flutter build apk --split-debug-info=./symbols $DEBUG --build-number="$BUILD_NUMBER" --build-name="$VERSION"
Expand Down

0 comments on commit c7817c1

Please sign in to comment.