ViewVC Help
View File | Revision Log | View Changeset | Root Listing
root/Oni2/java/installer2/src/net/oni2/aeinstaller/AEInstaller2.java
(Generate patch)

Comparing java/installer2/src/net/oni2/aeinstaller/AEInstaller2.java (file contents):
Revision 886 by alloc, Mon Jun 24 18:06:11 2013 UTC vs.
Revision 988 by alloc, Sat Mar 29 22:26:44 2014 UTC

# 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()) {

Diff Legend

Removed lines
+ Added lines
< Changed lines (old)
> Changed lines (new)