From a423d8fefd909f750a57c12471e7434d25ce0ec7 Mon Sep 17 00:00:00 2001 From: IQuant Date: Tue, 26 Nov 2024 18:45:05 +0300 Subject: [PATCH] Update justfile --- Justfile | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) 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