Ignore:
Timestamp:
Mar 21, 2013, 6:25:39 PM (12 years ago)
Author:
alloc
Message:

AEI2 0.99w:

  • Self-update invocation
File:
1 edited

Legend:

Unmodified
Added
Removed
  • java/installer2/src/net/oni2/aeinstaller/backend/Paths.java

    r720 r730  
    3636                        return new File(wd);
    3737                } else {
    38                         String jarPath = SettingsManager.class.getProtectionDomain()
     38                        String jarPath = Paths.class.getProtectionDomain()
    3939                                        .getCodeSource().getLocation().getPath();
    4040                        String decodedPath = null;
     
    4444                                e.printStackTrace();
    4545                        }
    46                         return new File(decodedPath).getParentFile();
     46                        return new File(decodedPath).getParentFile().getParentFile();
    4747                }
    4848        }
Note: See TracChangeset for help on using the changeset viewer.