Ignore:
Timestamp:
May 3, 2013, 2:25:21 PM (12 years ago)
Author:
alloc
Message:

AEI2.08, AEIUpdater:

Location:
java/installer2/src/net/oni2/aeinstaller/backend
Files:
1 added
1 edited

Legend:

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

    r779 r852  
    44import java.io.UnsupportedEncodingException;
    55import java.net.URLDecoder;
    6 
    7 import net.oni2.SettingsManager;
    86
    97/**
     
    2725
    2826        /**
     27         * @return Proxy settings filename of AEI
     28         */
     29        public static File getProxySettingsFilename() {
     30                return new File(getPrefsPath(), "AEI-ProxySettings.xml");
     31        }
     32
     33        /**
    2934         * Get the Jar path
    3035         *
     
    3237         */
    3338        public static File getInstallerPath() {
    34                 if (SettingsManager.isDebug() || SettingsManager.getUseWorkingDir()) {
     39                if (RuntimeOptions.isDebug() || RuntimeOptions.getUseWorkingDir()) {
    3540                        String wd = System.getProperty("user.dir");
    3641                        return new File(wd);
Note: See TracChangeset for help on using the changeset viewer.