update justfile

This commit is contained in:
2025-04-17 03:41:24 +01:00
parent 4ce7f3459d
commit 16d3c2cd96
+1 -4
View File
@@ -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