bump version and add build script

This commit is contained in:
2025-08-23 12:46:38 +02:00
parent cc3e106145
commit c47cf77dbd
3 changed files with 9 additions and 2 deletions

7
build.sh Executable file
View File

@@ -0,0 +1,7 @@
#!/bin/sh
cross build --target aarch64-unknown-linux-gnu --release
cargo build --release
cp target/aarch64-unknown-linux-gnu/release/webTemplate webTemplate-aarch64
cp target/release/webTemplate webTemplate-x86_64