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/PlatformTools/src/net/oni2/platformtools/applicationinvoker/Wine.java

    r724 r767  
    3636                                try {
    3737                                        res = ApplicationInvoker.executeAndWait(EExeType.OSBINARY,
    38                                                         null, new File("which"), params);
     38                                                        null, new File("which"), params, false);
    3939                                } catch (IOException e) {
    4040                                        e.printStackTrace();
Note: See TracChangeset for help on using the changeset viewer.