diff --git a/README.md b/README.md index 426f791..0b686b3 100644 --- a/README.md +++ b/README.md @@ -54,7 +54,7 @@ chmod +x notalterra Extract the `.zip` archive and double-click `notalterra.exe`, or run from a terminal: ```powershell -Expand-Archive notalterra-v0.1.0-windows-amd64.zip -DestinationPath . +Expand-Archive notalterra-v0.1.0-windows-x64.zip -DestinationPath . .\notalterra.exe ``` diff --git a/_release.md b/_release.md index 672a663..1b9cf65 100644 --- a/_release.md +++ b/_release.md @@ -13,4 +13,4 @@ extract, and run. • "Back" option added to .ini management submenu • Game-running guard shows informative dialog instead of silent exit -_Builds: Linux (amd64) • Windows x64 console_ +_Builds: Linux (amd64) • Windows x64_ diff --git a/build.sh b/build.sh index 3a0f63c..6e97f4c 100755 --- a/build.sh +++ b/build.sh @@ -43,7 +43,7 @@ rm -f notalterra echo " $LINUX_ARCHIVE" if [ "$WINDOWS_SKIP" -eq 0 ]; then - WIN_ARCHIVE="notalterra-v${VERSION}-windows-amd64.zip" + WIN_ARCHIVE="notalterra-v${VERSION}-windows-x64.zip" cp target/x86_64-pc-windows-gnu/release/notalterra.exe notalterra.exe zip -q "$WIN_ARCHIVE" notalterra.exe rm -f notalterra.exe