Skip to content

Commit 7aeb31c

Browse files
committed
fix(windows): remove extra '{' in AppId, potentially fixing #886
1 parent 11773ad commit 7aeb31c

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

scripts/package/activitywatch-setup.iss

+1-2
Original file line numberDiff line numberDiff line change
@@ -14,8 +14,7 @@
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-
; TODO: Should probably remove the extra leading {, but don't want to risk changing the AppId...
18-
AppId={{F226B8F4-3244-46E6-901D-0CE8035423E4}
17+
AppId={F226B8F4-3244-46E6-901D-0CE8035423E4}
1918
AppName={#MyAppName}
2019
AppVersion={#MyAppVersion}
2120
;AppVerName={#MyAppName} {#MyAppVersion}

0 commit comments

Comments
 (0)