mirror of
https://github.com/IntQuant/noita_entangled_worlds.git
synced 2025-10-19 07:03:16 +00:00
Update justfile
This commit is contained in:
parent
357d86c682
commit
a423d8fefd
1 changed files with 6 additions and 1 deletions
7
Justfile
7
Justfile
|
@ -47,9 +47,14 @@ run2: 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"
|
||||
|
||||
release: build_ext
|
||||
release_old: build_ext
|
||||
python scripts/prepare_release.py
|
||||
|
||||
release:
|
||||
cd noita-proxy && cargo check
|
||||
cd ewext && cargo check
|
||||
python scripts/check_pre_ci.py
|
||||
|
||||
make_release_assets:
|
||||
python scripts/make_release_assets.py
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue