[2.1.1] Now with Updates!
Added: - A working updater
This commit is contained in:
12
scripts/build_release.sh
Executable file
12
scripts/build_release.sh
Executable file
@@ -0,0 +1,12 @@
|
||||
#!/usr/bin/bash
|
||||
|
||||
set -x
|
||||
rm target/xmpd target/xmpd.exe
|
||||
|
||||
set -e
|
||||
|
||||
cargo build --release --target x86_64-pc-windows-gnu
|
||||
cargo build --release --target x86_64-unknown-linux-gnu
|
||||
|
||||
cp target/x86_64-unknown-linux-gnu/release/xmpd target/xmpd
|
||||
cp target/x86_64-pc-windows-gnu/release/xmpd.exe target/xmpd.exe
|
||||
Reference in New Issue
Block a user