From 186fcde20e52d77a2b0ba8b1852b994f457d741d Mon Sep 17 00:00:00 2001 From: futile Date: Mon, 31 Mar 2025 12:20:39 +0100 Subject: [PATCH] add justfile --- justfile | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 justfile diff --git a/justfile b/justfile new file mode 100644 index 0000000..2f3d503 --- /dev/null +++ b/justfile @@ -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\