mirror of
https://github.com/IntQuant/noita_entangled_worlds.git
synced 2025-10-19 07:03:16 +00:00
Fix death from cessation.
This commit is contained in:
parent
b87e2c0f83
commit
980cd3be7b
3 changed files with 4 additions and 4 deletions
2
Justfile
2
Justfile
|
@ -11,7 +11,7 @@ run-rel-n-2:
|
|||
cd noita-proxy && NP_NOITA_ADDR=127.0.0.1:21252 NP_SKIP_MOD_CHECK=1 cargo run --release
|
||||
|
||||
run2:
|
||||
cd noita-proxy && NP_APPID=480 NP_SKIP_MOD_CHECK=1 NP_NOITA_ADDR=127.0.0.1:21252 cargo run
|
||||
cd noita-proxy && NP_APPID=480 NP_SKIP_MOD_CHECK=1 NP_NOITA_ADDR=127.0.0.1:21252 cargo run -- --launch-cmd "wine noita.exe -gamemode 0"
|
||||
|
||||
release:
|
||||
python prepare_release.py
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue