| # | Line 115 | Line 115 | public class AEInstaller2 { | |
|---|---|---|
| 115 | * Command line arguments | |
| 116 | */ | |
| 117 | public static void main(String[] args) { | |
| 118 | + | if (PlatformInformation.getPlatform() == Platform.MACOS) |
| 119 | + | initMacOS(); |
| 120 | + | |
| 121 | Paths.getPrefsPath().mkdirs(); | |
| 122 | Paths.getDownloadPath().mkdirs(); | |
| 123 | ||
| # | Line 139 | Line 142 | public class AEInstaller2 { | |
| 142 | } | |
| 143 | } | |
| 144 | ||
| 142 | – | if (PlatformInformation.getPlatform() == Platform.MACOS) |
| 143 | – | initMacOS(); |
| 144 | – | |
| 145 | SettingsManager.deserializeFromFile(Paths.getSettingsFilename()); | |
| 146 | ||
| 147 | if (Paths.getProxySettingsFilename().exists()) { | |
| – | Removed lines |
| + | Added lines |
| < | Changed lines (old) |
| > | Changed lines (new) |