edit justfile

This commit is contained in:
2025-04-08 03:25:33 +01:00
parent 0ab7727425
commit 9331f79038
+4 -1
View File
@@ -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\