mirror of
https://github.com/forkless/NotAlterra.git
synced 2026-08-19 09:35:12 +02:00
Windows archive naming: x64 instead of amd64
This commit is contained in:
@@ -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
@@ -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_
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user