From 3316f3fc3b5a793650a8f5e0266a23782427fdf9 Mon Sep 17 00:00:00 2001 From: Sage Vaillancourt Date: Tue, 11 Mar 2025 16:13:24 -0400 Subject: [PATCH] Fix zipping to be recursive --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index e144dec..2049095 100644 --- a/Makefile +++ b/Makefile @@ -12,4 +12,4 @@ lint: stylua --indent-type Spaces ./ build: preprocess - zip Game.love ./* + zip -r Game.love ./*