update justfile
This commit is contained in:
@@ -1,9 +1,6 @@
|
|||||||
set windows-shell := ["pwsh", "-NoLogo", "-NoProfileLoadTime", "-Command"]
|
set windows-shell := ["pwsh", "-NoLogo", "-NoProfileLoadTime", "-Command"]
|
||||||
|
|
||||||
build:
|
install:
|
||||||
cargo build --release
|
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 ~\.cargo\bin
|
||||||
cp .\target\release\gta-tools.exe ~\Documents
|
cp .\target\release\gta-tools.exe ~\Documents
|
||||||
|
|||||||
Reference in New Issue
Block a user