We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3b715aa commit 32fd1adCopy full SHA for 32fd1ad
src/blcmm/gui/MainGUI.java
@@ -1197,7 +1197,7 @@ private void getMoreModsMenuButtonActionPerformed(java.awt.event.ActionEvent evt
1197
private void uninstallMenuItemActionPerformed(java.awt.event.ActionEvent evt) {//GEN-FIRST:event_uninstallMenuItemActionPerformed
1198
File uninstallFile = Paths.get(Utilities.getMainInstallDir().toString(), "unins000.exe").toFile();
1199
if (OSInfo.CURRENT_OS == OSInfo.OS.WINDOWS
1200
- && System.getProperty("java.vm.version").startsWith("GraalVM")
+ && System.getProperty("java.vm.name").startsWith("Substrate")
1201
&& uninstallFile.exists()
1202
) {
1203
0 commit comments