From fe6fa6b83b95ae26f4a8f61b3d8006dfaab976a6 Mon Sep 17 00:00:00 2001 From: e2dk4r <43293320+e2dk4r@users.noreply.github.com> Date: Mon, 19 Sep 2022 07:55:11 +0000 Subject: [PATCH] rizin: Add missing command line tools to PATH (#3937) this commit adds - `rz-agent.exe` - `rz-asm.exe` - `rz-sign.exe` - `rz-test.exe` to `bin` --- bucket/rizin.json | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/bucket/rizin.json b/bucket/rizin.json index ba35e8bb9f..f429dcc372 100644 --- a/bucket/rizin.json +++ b/bucket/rizin.json @@ -16,13 +16,17 @@ "innosetup": true, "bin": [ "bin\\rizin.exe", + "bin\\rz-agent.exe", + "bin\\rz-asm.exe", "bin\\rz-ax.exe", "bin\\rz-bin.exe", "bin\\rz-diff.exe", "bin\\rz-find.exe", "bin\\rz-gg.exe", "bin\\rz-hash.exe", - "bin\\rz-run.exe" + "bin\\rz-run.exe", + "bin\\rz-sign.exe", + "bin\\rz-test.exe" ], "checkver": { "github": "https://github.com/rizinorg/rizin"