Changeset 483:146c9f473c09 in qutecom-2.2 for wengophone/nsis/files_install.nsi
- Timestamp:
- Feb 19, 2010 5:36:24 PM (3 years ago)
- Branch:
- default
- File:
-
- 1 edited
-
wengophone/nsis/files_install.nsi (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
wengophone/nsis/files_install.nsi
r246 r483 9 9 Delete "$INSTDIR\webpages\*" 10 10 Delete "$INSTDIR\imageformats\*" 11 Delete "$INSTDIR\ca-certs\*" 11 12 12 13 SetOutPath "$INSTDIR" … … 63 64 File "${BUILD_DIR}\config\*" 64 65 66 /** CA crt. */ 67 SetOutPath "$INSTDIR\ca-certs\" 68 File "${BUILD_DIR}\ca-certs\*" 69 65 70 /* Translations. */ 66 71 SetOutPath "$INSTDIR\lang\"
Note: See TracChangeset
for help on using the changeset viewer.
