We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7aeb31c commit 3ada578Copy full SHA for 3ada578
scripts/package/activitywatch-setup.iss
@@ -14,7 +14,8 @@
14
[Setup]
15
; NOTE: The value of AppId uniquely identifies this application. Do not use the same AppId value in installers for other applications.
16
; (To generate a new GUID, click Tools | Generate GUID inside the IDE.)
17
-AppId={F226B8F4-3244-46E6-901D-0CE8035423E4}
+; NOTE: the double {{ are used to escape the { character (needed for the AppId)
18
+AppId={{F226B8F4-3244-46E6-901D-0CE8035423E4}
19
AppName={#MyAppName}
20
AppVersion={#MyAppVersion}
21
;AppVerName={#MyAppName} {#MyAppVersion}
0 commit comments