Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/desktop.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDaniel Molkentin <danimo@owncloud.com>2014-08-21 22:33:25 +0400
committerDaniel Molkentin <danimo@owncloud.com>2014-08-21 22:33:25 +0400
commitc60b433c422135fcaa539a12e175428bdfa344a5 (patch)
tree23f3e056e28b72f6cc552bc6d5cacd3764a1e7ab
parent933c7e36d192fd1291f5156bffb2ab08a839e4b2 (diff)
create shellext path
-rw-r--r--cmake/modules/NSIS.template.in1
1 files changed, 1 insertions, 0 deletions
diff --git a/cmake/modules/NSIS.template.in b/cmake/modules/NSIS.template.in
index b6a393ce0..ae10c1f4b 100644
--- a/cmake/modules/NSIS.template.in
+++ b/cmake/modules/NSIS.template.in
@@ -474,6 +474,7 @@ SectionEnd
File "${BUILD_PATH}\vcredist_x86.exe"
File "${BUILD_PATH}\vcredist_x64.exe"
Call InstallRedistributables
+ CreateDirectory "$INSTDIR\shellext"
${If} ${RunningX64}
!define LIBRARY_X64
!insertmacro InstallLib DLL NOTSHARED REBOOT_PROTECTED "${SOURCE_PATH}\binary\shell_integration\windows\Release\x64\OCUtil_x64.dll" "$INSTDIR\shellext\OCUtil_x64.dll" "$INSTDIR\shellext"