Changes in [594:95385fc82b2a:596:aa2e11e43f21] in qutecom-2.2


Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • wengophone/nsis/files_install.nsi

    r483 r595  
    5454/** Chat. */ 
    5555SetOutPath "$INSTDIR\chat\" 
    56 File "${BUILD_DIR}\chat\README" 
    57 SetOutPath "$INSTDIR\chat\default\" 
    58 File /r "${BUILD_DIR}\chat\default\*" 
    59 SetOutPath "$INSTDIR\chat\minimal\" 
    60 File /r "${BUILD_DIR}\chat\minimal\*" 
     56File /r "${BUILD_DIR}\chat\*" 
    6157 
    6258/** Config. */ 
Note: See TracChangeset for help on using the changeset viewer.