add justfile

This commit is contained in:
2025-03-31 12:20:39 +01:00
parent 0457aed045
commit 186fcde20e
+6
View File
@@ -0,0 +1,6 @@
set windows-shell := ["pwsh", "-NoLogo", "-NoProfileLoadTime", "-Command"]
install:
cargo build --release
upx .\target\release\gta-tools.exe --best
cp .\target\release\gta-tools.exe ~\.cargo\bin\