Skip to content

Commit

Permalink
fix(windows): remove extra '{' in AppId, potentially fixing #886
Browse files Browse the repository at this point in the history
  • Loading branch information
ErikBjare committed Jan 6, 2024
1 parent 11773ad commit 7aeb31c
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions scripts/package/activitywatch-setup.iss
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,7 @@
[Setup]
; NOTE: The value of AppId uniquely identifies this application. Do not use the same AppId value in installers for other applications.
; (To generate a new GUID, click Tools | Generate GUID inside the IDE.)
; TODO: Should probably remove the extra leading {, but don't want to risk changing the AppId...
AppId={{F226B8F4-3244-46E6-901D-0CE8035423E4}
AppId={F226B8F4-3244-46E6-901D-0CE8035423E4}
AppName={#MyAppName}
AppVersion={#MyAppVersion}
;AppVerName={#MyAppName} {#MyAppVersion}
Expand Down

0 comments on commit 7aeb31c

Please sign in to comment.