Fix build.sh to show renamed Windows binary

This commit is contained in:
2026-05-31 18:48:16 +02:00
parent 4bac8f45ef
commit b48b76f464
+1 -1
View File
@@ -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