Changeset 526 for AE/Installer/trunk


Ignore:
Timestamp:
May 23, 2010, 12:07:58 AM (15 years ago)
Author:
gumby
Message:

Fixed bug with BSL
PCs now use complete dats instead of seperated

Location:
AE/Installer/trunk/source
Files:
2 edited

Legend:

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

    r516 r526  
    736736                                                }
    737737                                        }
    738                                         BSLfolders.push_back( dir_itr->path().filename() ); //add back check for addon
    739                                         BSLlog << "Pushing " << dir_itr->path().filename() << "\n" ;
     738                                        if( !pkg.hasAddon ) {
     739                                                BSLfolders.push_back( dir_itr->path().filename() ); //add back check for addon
     740                                                BSLlog << "Pushing " << dir_itr->path().filename() << "\n" ;
     741                                        }
    740742                                }
    741743                        }
  • AE/Installer/trunk/source/main_window.cpp

    r516 r526  
    5151// Variable declarations
    5252#ifdef WIN32
    53 bool splitInstances = true;
     53bool splitInstances = false;
    5454string strImportOption = "-import:nosep";
    5555string strOniSplit = "Onisplit.exe";
Note: See TracChangeset for help on using the changeset viewer.