From 00bb121a4b4b4b07809be7827b45ea1111fc68df Mon Sep 17 00:00:00 2001 From: forkless Date: Mon, 1 Jun 2026 02:39:06 +0200 Subject: [PATCH] Build script: only create release archives --- build.sh | 10 ---------- 1 file changed, 10 deletions(-) diff --git a/build.sh b/build.sh index 2f8952e..8329f9a 100755 --- a/build.sh +++ b/build.sh @@ -32,16 +32,6 @@ if [ "$WINDOWS_SKIP" -eq 0 ]; then cargo build --release --target x86_64-pc-windows-gnu fi -echo "" -echo "=== Copying binaries ===" -cp target/release/notalterra notalterra-linux -echo " notalterra-linux ($(du -h notalterra-linux | cut -f1))" - -if [ "$WINDOWS_SKIP" -eq 0 ]; then - cp target/x86_64-pc-windows-gnu/release/notalterra.exe notalterra-windows.exe - echo " notalterra-windows.exe ($(du -h notalterra-windows.exe | cut -f1))" -fi - echo "" echo "=== Packaging release archives ===" LINUX_ARCHIVE="notalterra-v${VERSION}-linux-amd64.tar.gz"