mirror of
https://github.com/Xaymar/obs-StreamFX
synced 2024-12-28 18:41:14 +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}
|
AppPublisherURL={#MyAppURL}
|
||||||
AppSupportURL={#MyAppURL}
|
AppSupportURL={#MyAppURL}
|
||||||
AppUpdatesURL={#MyAppURL}
|
AppUpdatesURL={#MyAppURL}
|
||||||
AppMutex={#MyAppName}
|
AppMutex=@PROJECT_NAME@,Global\@PROJECT_NAME@
|
||||||
|
|
||||||
; Versioning
|
; Versioning
|
||||||
VersionInfoProductName={#MyAppName}
|
VersionInfoProductName={#MyAppName}
|
||||||
|
@ -46,6 +46,7 @@ PrivilegesRequiredOverridesAllowed=dialog commandline
|
||||||
WizardStyle=modern
|
WizardStyle=modern
|
||||||
WizardResizable=yes
|
WizardResizable=yes
|
||||||
SetupIconFile="@PROJECT_SOURCE_DIR@/media/icon.ico"
|
SetupIconFile="@PROJECT_SOURCE_DIR@/media/icon.ico"
|
||||||
|
SetupMutex=@PROJECT_NAME@-Setup,Global\@PROJECT_NAME@-Setup
|
||||||
UninstallDisplayIcon={uninstallexe}
|
UninstallDisplayIcon={uninstallexe}
|
||||||
|
|
||||||
; Other Information
|
; Other Information
|
||||||
|
|
Loading…
Reference in a new issue