Changeset 359 for AE/Installer/trunk


Ignore:
Timestamp:
Jun 20, 2009, 12:33:00 AM (15 years ago)
Author:
gumby
Message:

Fixed bug where IGMD would be in the wrong place

File:
1 edited

Legend:

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

    r358 r359  
    324324                */
    325325                create_directory((path)"../GameDataFolder/IGMD");
    326                 copy((path)"packages/VanillaBSL/", (path)"../GameDataFolder");
     326                copy((path)"packages/VanillaBSL/IGMD", (path)"../GameDataFolder");
    327327                setProgressBar( 1000 );
    328328                setStatusArea((string)"Done! Now select your mod packages and click install.");
Note: See TracChangeset for help on using the changeset viewer.