Fix zipping to be recursive

This commit is contained in:
Sage Vaillancourt 2025-03-11 16:13:24 -04:00
parent 6ae9f830a4
commit 3316f3fc3b
1 changed files with 1 additions and 1 deletions

View File

@ -12,4 +12,4 @@ lint:
stylua --indent-type Spaces ./
build: preprocess
zip Game.love ./*
zip -r Game.love ./*