Skip to content

Commit

Permalink
2
Browse files Browse the repository at this point in the history
  • Loading branch information
cyroz1 committed Aug 13, 2024
1 parent d72f96a commit b633f2e
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion script.iss
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,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={{78A01AFE-8FF8-488A-B205-063492C685C7}
AppId={{417515B5-5533-403E-8AC0-DE1FC8CB175F}
AppName={#MyAppName}
AppVersion={#MyAppVersion}
;AppVerName={#MyAppName} {#MyAppVersion}
Expand Down Expand Up @@ -53,6 +53,7 @@ Source: "C:\Users\cyroz\Downloads\vidcord\dist\vidcord\*"; DestDir: "{app}"; Fla
;Registry data from file context.reg
Root: HKA; Subkey: "Software\Classes\SystemFileAssociations\.mp4\shell\vidcord"; Flags: uninsdeletekeyifempty
Root: HKA; Subkey: "Software\Classes\SystemFileAssociations\.mp4\shell\vidcord"; ValueType: string; ValueName: ""; ValueData: "Compress with vidcord"; Flags: uninsdeletevalue
Root: HKA; Subkey: "Software\Classes\SystemFileAssociations\.mp4\shell\vidcord"; ValueType: string; ValueName: "Icon"; ValueData: "\""C:\Program Files\vidcord\_internal\icon.ico\"""; Flags: uninsdeletevalue
Root: HKA; Subkey: "Software\Classes\SystemFileAssociations\.mp4\shell\vidcord\command"; Flags: uninsdeletekeyifempty
Root: HKA; Subkey: "Software\Classes\SystemFileAssociations\.mp4\shell\vidcord\command"; ValueType: string; ValueName: ""; ValueData: "\""C:\Program Files\vidcord\vidcord.exe\"" \""%1\"""; Flags: uninsdeletevalue
;End of registry data from file context.reg
Expand Down

0 comments on commit b633f2e

Please sign in to comment.