Ignore:
Timestamp:
Apr 3, 2013, 12:39:07 AM (12 years ago)
Author:
alloc
Message:

AEI2.00:

  • JarPath fix
File:
1 edited

Legend:

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

    r776 r778  
    3636                        return new File(wd);
    3737                } else {
    38                         return getJarPath();
     38                        return getJarPath().getParentFile();
    3939                }
    4040        }
     
    5252                        e.printStackTrace();
    5353                }
    54                 return new File(decodedPath).getParentFile().getParentFile();
     54                return new File(decodedPath).getParentFile();
    5555        }
    5656
Note: See TracChangeset for help on using the changeset viewer.