Update justfile

This commit is contained in:
IQuant 2024-11-26 18:45:05 +03:00
parent 357d86c682
commit a423d8fefd

View file

@ -47,9 +47,14 @@ run2: add_dylib_debug build_ext
run3: add_dylib_debug build_ext run3: add_dylib_debug build_ext
cd noita-proxy && NP_SKIP_MOD_CHECK=1 NP_NOITA_ADDR=127.0.0.1:21253 cargo run -- --launch-cmd "wine noita.exe -gamemode 0" cd noita-proxy && NP_SKIP_MOD_CHECK=1 NP_NOITA_ADDR=127.0.0.1:21253 cargo run -- --launch-cmd "wine noita.exe -gamemode 0"
release: build_ext release_old: build_ext
python scripts/prepare_release.py python scripts/prepare_release.py
release:
cd noita-proxy && cargo check
cd ewext && cargo check
python scripts/check_pre_ci.py
make_release_assets: make_release_assets:
python scripts/make_release_assets.py python scripts/make_release_assets.py