From 1e155d3853175bf7e2e32a1a9cdea78115f1ff8e Mon Sep 17 00:00:00 2001 From: KOGA Mitsuhiro Date: Thu, 9 Jul 2026 21:44:04 +0900 Subject: [PATCH] rebased@1.1.7: Fix executable name in bin, shortcuts and persist --- bucket/rebased.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/bucket/rebased.json b/bucket/rebased.json index 462f100432b4e6..88440701de251a 100644 --- a/bucket/rebased.json +++ b/bucket/rebased.json @@ -21,19 +21,19 @@ }, "bin": [ [ - "IDE\\bin\\idea64.exe", + "IDE\\bin\\rebased64.exe", "rebased" ] ], "shortcuts": [ [ - "IDE\\bin\\idea64.exe", + "IDE\\bin\\rebased64.exe", "Rebased" ] ], "persist": [ "IDE\\bin\\idea.properties", - "IDE\\bin\\idea64.exe.vmoptions", + "IDE\\bin\\rebased64.exe.vmoptions", "profile" ], "checkver": "github",