Changeset 757 for java/installer2/src/net/oni2
- Timestamp:
- Mar 30, 2013, 4:35:14 PM (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
java/installer2/src/net/oni2/aeinstaller/backend/oni/OniLauncher.java
r720 r757 44 44 } 45 45 } 46 46 47 47 /** 48 48 * @param windowed … … 62 62 if (windowed) 63 63 params.add("-noswitch"); 64 ApplicationInvoker.execute(getOniExeType(), exe.getParentFile(), exe,64 ApplicationInvoker.execute(getOniExeType(), Paths.getEditionBasePath(), exe, 65 65 params); 66 66 }
Note:
See TracChangeset
for help on using the changeset viewer.