mirror of
https://gitlab.gnome.org/GNOME/gimp.git
synced 2025-07-03 17:33:25 +00:00
build/windows: Fix .exe installer having the same mutex as gimp*.exe process
This commit is contained in:
parent
b1eba99e46
commit
6ca8945d49
1 changed files with 1 additions and 1 deletions
|
@ -132,7 +132,7 @@ NotRecognizedMessagesWarning=no
|
|||
;GIMP process identifier for Inno
|
||||
AppMutex=GIMP-{#GIMP_MUTEX_VERSION}
|
||||
;Inno installer identifier
|
||||
SetupMutex=GIMP-{#GIMP_MUTEX_VERSION}
|
||||
SetupMutex=GIMP-{#GIMP_MUTEX_VERSION}-setup
|
||||
;Inno installer (default) install location
|
||||
DefaultDirName={autopf}\GIMP {#GIMP_MUTEX_VERSION}
|
||||
;Inno uninstaller identifier
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue