SameBoy | Accurate GB/GBC emulator |
| download: https://git.y1.nz/archives/sameboy.tar.gz | |
| README | Files | Log | Refs | LICENSE |
commit 746204e57cf88638d2a7233d11c90aca1b9e2ffe parent 3fd09ffcde406d4d6eefd6871834b7e7f62d44ea Author: Lior Halphon <LIJI32@gmail.com> Date: Sat, 16 Dec 2023 20:03:04 +0200 Silence zip Diffstat:
| M | Makefile | 2 | +- |
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/Makefile b/Makefile @@ -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
This webpage is intended to be an accessible preview of this repository. To get a fuller picture, clone it and use the git CLI.