Ignore:
Timestamp:
Mar 30, 2013, 4:35:14 PM (12 years ago)
Author:
alloc
Message:

AEI2 0.99y:

  • Fix launching on MacOS
File:
1 edited

Legend:

Unmodified
Added
Removed
  • java/installer2/src/net/oni2/aeinstaller/backend/oni/OniLauncher.java

    r720 r757  
    4444                }
    4545        }
    46 
     46       
    4747        /**
    4848         * @param windowed
     
    6262                if (windowed)
    6363                        params.add("-noswitch");
    64                 ApplicationInvoker.execute(getOniExeType(), exe.getParentFile(), exe,
     64                ApplicationInvoker.execute(getOniExeType(), Paths.getEditionBasePath(), exe,
    6565                                params);
    6666        }
Note: See TracChangeset for help on using the changeset viewer.