Skip to content

Commit

Permalink
fix(windows): re-add leading double brace to AppId
Browse files Browse the repository at this point in the history
  • Loading branch information
ErikBjare committed Jan 6, 2024
1 parent 7aeb31c commit 3ada578
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion scripts/package/activitywatch-setup.iss
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,8 @@
[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.)
AppId={F226B8F4-3244-46E6-901D-0CE8035423E4}
; NOTE: the double {{ are used to escape the { character (needed for the AppId)
AppId={{F226B8F4-3244-46E6-901D-0CE8035423E4}
AppName={#MyAppName}
AppVersion={#MyAppVersion}
;AppVerName={#MyAppName} {#MyAppVersion}
Expand Down

0 comments on commit 3ada578

Please sign in to comment.