Skip to content

Commit cb77a9e

Browse files
committed
Mark jaunch-windows-x64 configurator as winx group
Since it's needed by both win64 and win-arm64 platforms.
1 parent 80b5c71 commit cb77a9e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/main/java/net/imagej/updater/util/Platforms.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ public final class Platforms {
5656
LAUNCHERS.put("config/jaunch/jaunch-linux-arm64", "linux-arm64");
5757
LAUNCHERS.put("config/jaunch/jaunch-linux-x64", "linux64");
5858
LAUNCHERS.put("config/jaunch/jaunch-windows-arm64.exe", "win-arm64");
59-
LAUNCHERS.put("config/jaunch/jaunch-windows-x64.exe", "win64");
59+
LAUNCHERS.put("config/jaunch/jaunch-windows-x64.exe", "winx");
6060
// Deprecated ImageJ Launcher: https://github.com/imagej/imagej-launcher
6161
LAUNCHERS.put("ImageJ-linux32", "linux32");
6262
LAUNCHERS.put("ImageJ-linux64", "linux64");

0 commit comments

Comments
 (0)