From 28e28a11190d3c240fa4a3032beed3727acb51de Mon Sep 17 00:00:00 2001 From: Zsolt Tasnadi Date: Sat, 28 Feb 2026 17:26:25 +0100 Subject: [PATCH] zip fix --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 006cce0..8d02542 100644 --- a/Makefile +++ b/Makefile @@ -54,7 +54,7 @@ export: love web @echo "==> Packaging Love2D for $(VERSION)" zip -r $(OUTPUT_ZIP) $(OUTPUT_LOVE) @echo "==> Packaging web build for $(VERSION)" - zip -r $(OUTPUT_WEB_ZIP) $(WEB_DIR) + cd $(WEB_DIR) && zip -r ../../$(OUTPUT_WEB_ZIP) . @echo "==> Cleaning temporary files" rm -f $(OUTPUT_LOVE) rm -rf $(WEB_DIR)