Skip to content

Commit 32fd1ad

Browse files
committed
GraalVM signifiers changed, this fixes Windows uninstaller.
1 parent 3b715aa commit 32fd1ad

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/blcmm/gui/MainGUI.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1197,7 +1197,7 @@ private void getMoreModsMenuButtonActionPerformed(java.awt.event.ActionEvent evt
11971197
private void uninstallMenuItemActionPerformed(java.awt.event.ActionEvent evt) {//GEN-FIRST:event_uninstallMenuItemActionPerformed
11981198
File uninstallFile = Paths.get(Utilities.getMainInstallDir().toString(), "unins000.exe").toFile();
11991199
if (OSInfo.CURRENT_OS == OSInfo.OS.WINDOWS
1200-
&& System.getProperty("java.vm.version").startsWith("GraalVM")
1200+
&& System.getProperty("java.vm.name").startsWith("Substrate")
12011201
&& uninstallFile.exists()
12021202
) {
12031203

0 commit comments

Comments
 (0)