Skip to content

Commit 3ada578

Browse files
committed
fix(windows): re-add leading double brace to AppId
1 parent 7aeb31c commit 3ada578

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

scripts/package/activitywatch-setup.iss

+2-1
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,8 @@
1414
[Setup]
1515
; NOTE: The value of AppId uniquely identifies this application. Do not use the same AppId value in installers for other applications.
1616
; (To generate a new GUID, click Tools | Generate GUID inside the IDE.)
17-
AppId={F226B8F4-3244-46E6-901D-0CE8035423E4}
17+
; NOTE: the double {{ are used to escape the { character (needed for the AppId)
18+
AppId={{F226B8F4-3244-46E6-901D-0CE8035423E4}
1819
AppName={#MyAppName}
1920
AppVersion={#MyAppVersion}
2021
;AppVerName={#MyAppName} {#MyAppVersion}

0 commit comments

Comments
 (0)