Changeset 785 for java/installer2/src/net/oni2/aeinstaller
- Timestamp:
- Apr 3, 2013, 3:05:37 AM (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
java/installer2/src/net/oni2/aeinstaller/backend/oni/OniLauncher.java
r772 r785 24 24 break; 25 25 case MACOS: 26 exe = new File("./Oni.app/Contents/MacOS/Oni"); 26 exe = new File(Paths.getEditionBasePath(), 27 "Oni.app/Contents/MacOS/Oni"); 27 28 break; 28 29 default: … … 31 32 return exe; 32 33 else 33 throw new FileNotFoundException( 34 "Oni's executable was not found"); 34 throw new FileNotFoundException("Oni's executable was not found"); 35 35 } 36 36
Note:
See TracChangeset
for help on using the changeset viewer.