diff options
| author | Lizzy Fleckenstein <lizzy@vlhl.dev> | 2026-06-21 03:22:43 +0200 |
|---|---|---|
| committer | Lizzy Fleckenstein <lizzy@vlhl.dev> | 2026-06-21 03:22:43 +0200 |
| commit | af630c6b90c5ad4911154a3efc9f25043e28255f (patch) | |
| tree | 13462bcd6d59433e0957be96338f7ef79c772f2f | |
| parent | 2ce0500f739cf68b7a5b475c6050ecdbf107fa93 (diff) | |
| download | r6p-af630c6b90c5ad4911154a3efc9f25043e28255f.tar.xz | |
build.sh: fix filename splitting
| -rwxr-xr-x | build.sh | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -6,7 +6,7 @@ if ! test -d love-11.5-win64; then unzip love-11.5-win64.zip fi cd .. -zip -9 -r build/r6p.love $(git ls-files) +git ls-files | zip -9 -@ build/r6p.love cd build/r6p cp ../love-11.5-win64/* . cat love.exe ../r6p.love > r6p.exe |
