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"