From 95838fc8967955701a75dffa4c294239ff78e01f Mon Sep 17 00:00:00 2001 From: LGUG2Z Date: Mon, 12 Jan 2026 09:15:43 -0800 Subject: [PATCH] build(just): add target for running procdump --- justfile | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/justfile b/justfile index ef927528..8353731e 100644 --- a/justfile +++ b/justfile @@ -106,3 +106,7 @@ deps: depgen: cargo deny check cargo deny list --format json | jq 'del(.unlicensed)' > dependencies.json + +procdump: + cargo build --bin komorebi + .\procdump.exe -ma -e -x . .\target\debug\komorebi.exe