Added creation of 'addons' dir
git-svn-id: svn://svn.code.sf.net/p/sc2/code/trunk@1161 8092fc87-c524-0410-9efc-e669fe64eaf9
This commit is contained in:
@@ -127,6 +127,7 @@ Section !$(SecUQMName) SecUQM
|
|||||||
SectionIn 1 2 RO
|
SectionIn 1 2 RO
|
||||||
|
|
||||||
CreateDirectory "$INSTDIR\${PACKAGE_ROOT}"
|
CreateDirectory "$INSTDIR\${PACKAGE_ROOT}"
|
||||||
|
CreateDirectory "$INSTDIR\${PACKAGE_ROOT}\addons"
|
||||||
|
|
||||||
; Set output path to the installation directory.
|
; Set output path to the installation directory.
|
||||||
SetOutPath $INSTDIR
|
SetOutPath $INSTDIR
|
||||||
@@ -437,6 +438,7 @@ Section "Uninstall"
|
|||||||
; remove directories used.
|
; remove directories used.
|
||||||
RMDir "$SMPROGRAMS\${MUI_PRODUCT}\Documentation"
|
RMDir "$SMPROGRAMS\${MUI_PRODUCT}\Documentation"
|
||||||
RMDir "$SMPROGRAMS\${MUI_PRODUCT}"
|
RMDir "$SMPROGRAMS\${MUI_PRODUCT}"
|
||||||
|
RMDir "$INSTDIR\${PACKAGE_ROOT}\addons"
|
||||||
RMDir "$INSTDIR\${PACKAGE_ROOT}"
|
RMDir "$INSTDIR\${PACKAGE_ROOT}"
|
||||||
RMDir "$INSTDIR\${CONTENT_ROOT}"
|
RMDir "$INSTDIR\${CONTENT_ROOT}"
|
||||||
RMDir "$INSTDIR"
|
RMDir "$INSTDIR"
|
||||||
|
|||||||
Reference in New Issue
Block a user