Changeset 542 for AE/Installer/trunk/source/installer.cpp
- Timestamp:
- May 24, 2010, 4:43:35 AM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
AE/Installer/trunk/source/installer.cpp
r526 r542 845 845 } 846 846 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? 848 848 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"); 849 852 if (exists("../updates/Edition")) 850 853 {
Note:
See TracChangeset
for help on using the changeset viewer.