diff --git a/Justfile b/Justfile index e2bd5175..2fa599bf 100644 --- a/Justfile +++ b/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