Skip to content

Commit

Permalink
feat: appid
Browse files Browse the repository at this point in the history
  • Loading branch information
maotoumao committed Sep 3, 2023
1 parent 5f236c5 commit b3c6eef
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion release/build-windows.iss
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,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.)
AppId={{#MyAppId}
AppId={#MyAppId}
AppName={#MyAppName}
AppVersion={#MyAppVersion}
;AppVerName={#MyAppName} {#MyAppVersion}
Expand Down

0 comments on commit b3c6eef

Please sign in to comment.