mirror of
https://github.com/Xaymar/obs-StreamFX
synced 2024-12-28 02:21:25 +00:00
templates/windows/installer: Check for the correct Mutexes
This commit is contained in:
parent
588316e3f1
commit
454f8eff83
1 changed files with 2 additions and 1 deletions
|
@ -21,7 +21,7 @@ AppPublisher={#MyAppPublisher}
|
|||
AppPublisherURL={#MyAppURL}
|
||||
AppSupportURL={#MyAppURL}
|
||||
AppUpdatesURL={#MyAppURL}
|
||||
AppMutex={#MyAppName}
|
||||
AppMutex=@PROJECT_NAME@,Global\@PROJECT_NAME@
|
||||
|
||||
; Versioning
|
||||
VersionInfoProductName={#MyAppName}
|
||||
|
@ -46,6 +46,7 @@ PrivilegesRequiredOverridesAllowed=dialog commandline
|
|||
WizardStyle=modern
|
||||
WizardResizable=yes
|
||||
SetupIconFile="@PROJECT_SOURCE_DIR@/media/icon.ico"
|
||||
SetupMutex=@PROJECT_NAME@-Setup,Global\@PROJECT_NAME@-Setup
|
||||
UninstallDisplayIcon={uninstallexe}
|
||||
|
||||
; Other Information
|
||||
|
|
Loading…
Reference in a new issue