From 2bb53493132b7620da730c7e1060580d9139c039 Mon Sep 17 00:00:00 2001 From: Rashil Gandhi <46838874+rashil2000@users.noreply.github.com> Date: Wed, 13 Sep 2023 19:31:25 +0530 Subject: [PATCH] stgit@2.3.2: Fix bin location Closes #5101 --- bucket/stgit.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bucket/stgit.json b/bucket/stgit.json index 486be2855a..1e821a851e 100644 --- a/bucket/stgit.json +++ b/bucket/stgit.json @@ -10,7 +10,7 @@ } }, "extract_dir": "PFiles64/StGit", - "bin": "stg.exe", + "bin": "bin\\stg.exe", "checkver": { "github": "https://github.com/stacked-git/stgit" },