mirror of
https://github.com/forkless/NotAlterra.git
synced 2026-08-16 08:36:37 +02:00
Release build script: rename binaries to notalterra-linux / notalterra-windows.exe
This commit is contained in:
@@ -4,3 +4,5 @@
|
||||
*.log
|
||||
config.ini
|
||||
.deepseek
|
||||
notalterra-linux
|
||||
notalterra-windows.exe
|
||||
|
||||
@@ -34,9 +34,16 @@ if [ "$WINDOWS_SKIP" -eq 0 ]; then
|
||||
fi
|
||||
|
||||
echo ""
|
||||
echo "=== Build complete ==="
|
||||
echo "=== Copying release binaries ==="
|
||||
cp target/release/notalterra "notalterra-linux"
|
||||
echo " notalterra-linux"
|
||||
if [ "$WINDOWS_SKIP" -eq 0 ]; then
|
||||
cp target/x86_64-pc-windows-gnu/release/notalterra.exe "notalterra-windows.exe"
|
||||
echo " notalterra-windows.exe"
|
||||
fi
|
||||
echo ""
|
||||
ls -lh target/release/notalterra
|
||||
echo "=== Build complete ==="
|
||||
ls -lh notalterra-linux
|
||||
if [ "$WINDOWS_SKIP" -eq 0 ]; then
|
||||
ls -lh target/x86_64-pc-windows-gnu/release/notalterra.exe
|
||||
fi
|
||||
|
||||
Reference in New Issue
Block a user