From 9331f79038812c09ea8f1088f33452be1829c24a Mon Sep 17 00:00:00 2001 From: futile Date: Tue, 8 Apr 2025 03:25:33 +0100 Subject: [PATCH] edit justfile --- justfile | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/justfile b/justfile index 2f3d503..df3283f 100644 --- a/justfile +++ b/justfile @@ -1,6 +1,9 @@ set windows-shell := ["pwsh", "-NoLogo", "-NoProfileLoadTime", "-Command"] -install: +build: cargo build --release upx .\target\release\gta-tools.exe --best + +install: build cp .\target\release\gta-tools.exe ~\.cargo\bin\ + cp .\target\release\gta-tools.exe ~\Documents\