From 16d3c2cd965570af874f2f5f0fbf4c4a87104674 Mon Sep 17 00:00:00 2001 From: futile Date: Thu, 17 Apr 2025 03:41:24 +0100 Subject: [PATCH] update justfile --- justfile | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/justfile b/justfile index 2203d60..944a730 100644 --- a/justfile +++ b/justfile @@ -1,9 +1,6 @@ set windows-shell := ["pwsh", "-NoLogo", "-NoProfileLoadTime", "-Command"] -build: +install: 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