Skip to content

Commit

Permalink
Setup: Fix parsing of mutex name
Browse files Browse the repository at this point in the history
Installer was unable to find and close the running instance, which broke auto-updates.

The bug was introduced in e487654.
  • Loading branch information
erengy committed Jun 13, 2020
1 parent b29fac8 commit 039d4ed
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup/Taiga.nsi
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@

; Configuration
!define CONFIG_PATH "..\src\taiga\config.h"
!searchparse /file "${CONFIG_PATH}" `#define TAIGA_APP_MUTEX ` PRODUCT_MUTEX
!searchparse /file "${CONFIG_PATH}" `#define TAIGA_APP_MUTEX L"` PRODUCT_MUTEX `"`
!searchparse /file "${CONFIG_PATH}" `#define TAIGA_VERSION_MAJOR ` VERSION_MAJOR
!searchparse /file "${CONFIG_PATH}" `#define TAIGA_VERSION_MINOR ` VERSION_MINOR
!searchparse /file "${CONFIG_PATH}" `#define TAIGA_VERSION_PATCH ` VERSION_PATCH
Expand Down

0 comments on commit 039d4ed

Please sign in to comment.