new build scripts and .desktop file

This commit is contained in:
2025-07-08 05:01:44 +03:00
parent 7e3ff23156
commit 3c028972fe
6 changed files with 37 additions and 0 deletions
+4
View File
@@ -0,0 +1,4 @@
#!/usr/bin/sh
rustup target add x86_64-unknown-linux-gnu
cargo build --release --target x86_64-unknown-linux-gnu