Only sync initial items once.

This commit is contained in:
IQuant 2024-07-18 15:31:36 +03:00
parent 446b940a37
commit 9978b6d85f
2 changed files with 8 additions and 0 deletions

View file

@ -16,6 +16,9 @@ run-rel-n-2:
run2:
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"
run3:
cd noita-proxy && NP_APPID=480 NP_SKIP_MOD_CHECK=1 NP_NOITA_ADDR=127.0.0.1:21253 cargo run -- --launch-cmd "wine noita.exe -gamemode 0"
release:
python prepare_release.py