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

github.com/owncloud/client.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDaniel Molkentin <danimo@owncloud.com>2015-05-25 22:54:03 +0300
committerDaniel Molkentin <danimo@owncloud.com>2015-05-25 22:54:03 +0300
commit793130a5333b7b58b97cce9538b5a6fdbedbee51 (patch)
treeebadb03553fb9b97690653d04c697f286f0f227d /cmake/modules/NSIS.template.in
parent1ddb1623387e1ee14021414cadc6d379fb69b7bf (diff)
Win32: Make Setup/Update Mutex theme-unique (2/2)
Fixes #3272
Diffstat (limited to 'cmake/modules/NSIS.template.in')
-rw-r--r--cmake/modules/NSIS.template.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/cmake/modules/NSIS.template.in b/cmake/modules/NSIS.template.in
index 890fcf6e9..0f333869f 100644
--- a/cmake/modules/NSIS.template.in
+++ b/cmake/modules/NSIS.template.in
@@ -846,7 +846,7 @@ Function un.onInit
goto UAC_Elevate
;Prevent multiple instances.
- System::Call 'kernel32::CreateMutexA(i 0, i 0, t "owncloudUninstaller") i .r1 ?e'
+ System::Call 'kernel32::CreateMutexA(i 0, i 0, t "${APPLICATION_SHORTNAME}Uninstaller") i .r1 ?e'
Pop $R0
StrCmp $R0 0 +3
MessageBox MB_OK|MB_ICONEXCLAMATION $INIT_UNINSTALLER_RUNNING