Ignore:
Timestamp:
May 24, 2010, 4:43:35 AM (15 years ago)
Author:
iritscen
Message:

Updated credits within AEI.
AEI now makes sure there is always an updates/ folder in Edition/.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • AE/Installer/trunk/source/installer.cpp

    r526 r542  
    845845        }
    846846
    847         // Is there an update folder, and is it a monthly release or a patch?
     847        // Is there an update in the updates/ folder, and is it a monthly release or a patch?
    848848        bool firstParty = 0;
     849        // First create the folder if it's missing, so users are never left wondering where updates are supposed to be put
     850        if (!exists("../updates"))
     851                create_directory("../updates");
    849852        if (exists("../updates/Edition"))
    850853        {
Note: See TracChangeset for help on using the changeset viewer.