Ignore:
Timestamp:
May 3, 2013, 11:52:50 PM (12 years ago)
Author:
alloc
Message:

AEI2.10:

  • Switched caching from Raw Depot cache to AEI packages cache (more compact, faster startup)
File:
1 edited

Legend:

Unmodified
Added
Removed
  • java/installer2/src/net/oni2/aeinstaller/backend/packages/download/ModDownload.java

    r741 r857  
    7474                targetFolder = mod.getLocalPath();
    7575                try {
    76                         downloader = new FileDownloader(mod.getFile().getUri_full(),
    77                                         zipFile);
     76                        downloader = new FileDownloader(mod.getFileUrl(), zipFile);
    7877                        downloader.addListener(this);
    7978                        unpacker = new Unpacker(zipFile, targetFolder, this);
     
    130129                try {
    131130                        log = new PrintWriter(logFile);
    132                         log.println("Timestamp -> " + mod.getFile().getTimestamp());
     131                        log.println("Timestamp -> " + mod.getUpdatedMillis());
    133132                } catch (FileNotFoundException e) {
    134133                        e.printStackTrace();
Note: See TracChangeset for help on using the changeset viewer.