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/AEInstaller2-Updater/src/net/oni2/aeinstaller/updater/gui/MainWin.java

    r765 r767  
    8080                if (aei.exists()) {
    8181                        try {
    82                                 ApplicationInvoker.execute(EExeType.JAR, null, aei, null);
     82                                ApplicationInvoker
     83                                                .execute(EExeType.JAR, null, aei, null, false);
    8384                        } catch (FileNotFoundException e) {
    8485                                // TODO Auto-generated catch block
Note: See TracChangeset for help on using the changeset viewer.