Skip to content

Commit

Permalink
Remove Start Menu Entry from Windows (#14)
Browse files Browse the repository at this point in the history
  • Loading branch information
smashedr authored Jun 11, 2024
1 parent 9786027 commit 186df84
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions client.iss
Original file line number Diff line number Diff line change
Expand Up @@ -41,9 +41,6 @@ Source: "dist\manifest-chrome.json"; DestDir: "{app}"; Flags: ignoreversion
Source: "dist\manifest-firefox.json"; DestDir: "{app}"; Flags: ignoreversion
Source: "dist\ffmpeg.exe"; DestDir: "{app}"; Flags: ignoreversion

[Icons]
Name: "{group}\{#MyAppName}"; Filename: "{app}\{#MyAppExeName}"

[Registry]
Root: HKCU; Subkey: "Software\Google\Chrome\NativeMessagingHosts\{#MyAppFolder}"; ValueType: string; ValueData: "{app}\manifest-chrome.json"; Flags: uninsdeletekey
Root: HKCU; Subkey: "Software\Chromium\NativeMessagingHosts\{#MyAppFolder}"; ValueType: string; ValueData: "{app}\manifest-chrome.json"; Flags: uninsdeletekey
Expand Down

0 comments on commit 186df84

Please sign in to comment.