From e06717332656a9443dac6cf60534e6218a4bb84f Mon Sep 17 00:00:00 2001 From: forkless Date: Mon, 1 Jun 2026 06:00:30 +0200 Subject: [PATCH] Restore zip cleanup in build script --- build.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/build.sh b/build.sh index 8a3cdc2..d12464e 100755 --- a/build.sh +++ b/build.sh @@ -45,6 +45,7 @@ echo " $LINUX_ARCHIVE ($(du -h "$LINUX_ARCHIVE" | cut -f1))" if [ "$WINDOWS_SKIP" -eq 0 ]; then WIN_ARCHIVE="builds/notalterra-v${VERSION}-windows-x64.zip" + rm -f "$WIN_ARCHIVE" cp target/x86_64-pc-windows-gnu/release/notalterra.exe notalterra.exe zip -q "$WIN_ARCHIVE" notalterra.exe rm -f notalterra.exe