From e23760d24089a29d57a675e38151cf7228cdd652 Mon Sep 17 00:00:00 2001 From: HUMORCE Date: Tue, 20 Jun 2023 12:47:32 +0000 Subject: [PATCH] octave: Fix `bin` --- bucket/octave.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/bucket/octave.json b/bucket/octave.json index cb45f47ae4..8d30d1de52 100644 --- a/bucket/octave.json +++ b/bucket/octave.json @@ -17,7 +17,7 @@ "bin": [ [ "post-install.bat", - "octave-post-install.bat" + "octave-post-install" ], "mingw64\\bin\\octave.bat", "mingw64\\bin\\octave-gui.exe", @@ -32,7 +32,7 @@ "bin": [ [ "post-install.bat", - "octave-post-install.bat" + "octave-post-install" ], "mingw32\\bin\\octave.bat", "mingw32\\bin\\octave-gui.exe",