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 1ba3d61
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/package/activitywatch-setup.iss
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
; 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 1ba3d61

Please sign in to comment.