| 72 |
|
Paths.getInstallerPath(), "locales"); |
| 73 |
|
if (localesDir.isDirectory()) |
| 74 |
|
addClassPath(localesDir); |
| 75 |
+ |
else { |
| 76 |
+ |
File localesSubDir = CaseInsensitiveFile.getCaseInsensitiveFile( |
| 77 |
+ |
CaseInsensitiveFile.getCaseInsensitiveFile( |
| 78 |
+ |
Paths.getInstallerPath(), "bin"), "locales"); |
| 79 |
+ |
if (localesSubDir.isDirectory()) { |
| 80 |
+ |
addClassPath(localesSubDir); |
| 81 |
+ |
} |
| 82 |
+ |
} |
| 83 |
|
imagesBundle = ResourceBundle.getBundle("net.oni2.aeinstaller.Images"); |
| 84 |
|
basicBundle = ResourceBundle |
| 85 |
|
.getBundle("net.oni2.aeinstaller.AEInstaller"); |