mirror of
https://github.com/LGUG2Z/komorebi.git
synced 2026-05-17 17:26:54 +02:00
build(just): add target for running procdump
This commit is contained in:
@@ -106,3 +106,7 @@ deps:
|
|||||||
depgen:
|
depgen:
|
||||||
cargo deny check
|
cargo deny check
|
||||||
cargo deny list --format json | jq 'del(.unlicensed)' > dependencies.json
|
cargo deny list --format json | jq 'del(.unlicensed)' > dependencies.json
|
||||||
|
|
||||||
|
procdump:
|
||||||
|
cargo build --bin komorebi
|
||||||
|
.\procdump.exe -ma -e -x . .\target\debug\komorebi.exe
|
||||||
|
|||||||
Reference in New Issue
Block a user