Ignore:
Timestamp:
Feb 19, 2010 5:36:24 PM (3 years ago)
Author:
nikita <nikita@…>
Branch:
default
Message:

adding some CA crts for libpurple

File:
1 edited

Legend:

Unmodified
Added
Removed
  • wengophone/nsis/files_install.nsi

    r246 r483  
    99Delete "$INSTDIR\webpages\*" 
    1010Delete "$INSTDIR\imageformats\*" 
     11Delete "$INSTDIR\ca-certs\*" 
    1112 
    1213SetOutPath "$INSTDIR" 
     
    6364File "${BUILD_DIR}\config\*" 
    6465 
     66/** CA crt. */ 
     67SetOutPath "$INSTDIR\ca-certs\" 
     68File "${BUILD_DIR}\ca-certs\*" 
     69 
    6570/* Translations. */ 
    6671SetOutPath "$INSTDIR\lang\" 
Note: See TracChangeset for help on using the changeset viewer.