noita_entangled_worlds/Justfile

5 lines
171 B
Makefile
Raw Normal View History

2024-06-05 16:22:03 +03:00
run:
cd noita-proxy && NP_APPID=480 NP_SKIP_MOD_CHECK=1 cargo run
run2:
cd noita-proxy && NP_APPID=480 NP_SKIP_MOD_CHECK=1 NP_NOITA_ADDR=127.0.0.1:21252 cargo run