Windows archive naming: x64 instead of amd64

This commit is contained in:
2026-05-31 23:38:28 +02:00
parent 674ffa5f1e
commit 38fe6a53e5
3 changed files with 3 additions and 3 deletions
+1 -1
View File
@@ -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
```
+1 -1
View File
@@ -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_
+1 -1
View File
@@ -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