Skip to content

Commit

Permalink
Silence zip
Browse files Browse the repository at this point in the history
  • Loading branch information
LIJI32 committed Dec 16, 2023
1 parent 3fd09ff commit 746204e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -676,7 +676,7 @@ ios:
$(BIN)/SameBoy-iOS.ipa: ios
$(MKDIR) -p $(OBJ)/Payload
cp -rf $(BIN)/SameBoy-iOS.app $(OBJ)/Payload/SameBoy-iOS.app
(cd $(OBJ) && zip $(abspath $@) -r Payload)
(cd $(OBJ) && zip -q $(abspath $@) -r Payload)
rm -rf $(OBJ)/Payload


Expand Down

0 comments on commit 746204e

Please sign in to comment.