Skip to content

Commit

Permalink
Changes
Browse files Browse the repository at this point in the history
  • Loading branch information
Codel1417 committed May 22, 2024
1 parent a56337b commit 3862371
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions Scripts/build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -36,9 +36,7 @@ dart pub global run build_runner build --delete-conflicting-outputs
if [[ ! -v SKIP_BUILD ]]; then # This is re-used for the linting job, which doesn't require a full build
# Build
if [[ $OS == 'macos-latest' ]]; then
cd ios
pod install
cd ..
echo doing nothing
#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" #--dart-define=cronetHttpNoPlay=true
Expand Down

0 comments on commit 3862371

Please sign in to comment.