[2.1.1] Now with Updates!

Added:
 - A working updater
This commit is contained in:
2025-12-07 22:11:47 +02:00
parent f8281640f1
commit f143e7976c
7 changed files with 189 additions and 13 deletions

12
scripts/build_release.sh Executable file
View 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