Ignore:
Timestamp:
Mar 31, 2013, 6:02:09 PM (12 years ago)
Author:
alloc
Message:

AEI2 0.99y:

  • Perhaps fixes launching Oni on MacOS
File:
1 edited

Legend:

Unmodified
Added
Removed
  • java/installer2/src/net/oni2/aeinstaller/gui/MainWin.java

    r749 r767  
    505505                                                try {
    506506                                                        ApplicationInvoker.execute(m.getExeType(),
    507                                                                         m.getWorkingDir(), m.getExeFile(), null);
     507                                                                        m.getWorkingDir(), m.getExeFile(), null, false);
    508508                                                } catch (ERuntimeNotInstalledException e) {
    509509                                                        JOptionPane.showMessageDialog(null,
Note: See TracChangeset for help on using the changeset viewer.