From b48b76f4649a3854913323d95b125d97ce3ccda9 Mon Sep 17 00:00:00 2001 From: forkless Date: Sun, 31 May 2026 18:48:16 +0200 Subject: [PATCH] Fix build.sh to show renamed Windows binary --- build.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sh b/build.sh index 30f2750..7a77e0f 100755 --- a/build.sh +++ b/build.sh @@ -45,5 +45,5 @@ echo "" echo "=== Build complete ===" ls -lh notalterra-linux if [ "$WINDOWS_SKIP" -eq 0 ]; then - ls -lh target/x86_64-pc-windows-gnu/release/notalterra.exe + ls -lh notalterra-windows.exe fi