|
@@ -113,13 +113,13 @@
|
|
|
</RegistryKey>
|
|
|
<!-- Change the Root to HKCU for perUser installations -->
|
|
|
{{#each deep_link_protocols as |protocol| ~}}
|
|
|
- <RegistryKey Root="HKLM" Key="Software\\Classes\\{{protocol}}">
|
|
|
+ <RegistryKey Root="HKLM" Key="Software\Classes\\{{protocol}}">
|
|
|
<RegistryValue Type="string" Name="URL Protocol" Value=""/>
|
|
|
<RegistryValue Type="string" Value="URL:{{bundle_id}} protocol"/>
|
|
|
<RegistryKey Key="DefaultIcon">
|
|
|
<RegistryValue Type="string" Value=""[!Path]",0" />
|
|
|
</RegistryKey>
|
|
|
- <RegistryKey Key="shell\\open\\command">
|
|
|
+ <RegistryKey Key="shell\open\command">
|
|
|
<RegistryValue Type="string" Value=""[!Path]" "%1"" />
|
|
|
</RegistryKey>
|
|
|
</RegistryKey>
|