Clean old zip before packaging Windows release

This commit is contained in:
2026-06-01 05:56:47 +02:00
parent 9380c740c8
commit 6828c15628
+1
View File
@@ -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