File tree Expand file tree Collapse file tree 2 files changed +7
-2
lines changed
tooling/bundler/src/bundle/windows/templates Expand file tree Collapse file tree 2 files changed +7
-2
lines changed Original file line number Diff line number Diff line change 1+ ---
2+ ' tauri-bundler ' : ' patch:bug'
3+ ---
4+
5+ Fixed an issue that caused the msi bundler to crash when deep link schemes were configured.
Original file line number Diff line number Diff line change 113113 </RegistryKey >
114114 <!-- Change the Root to HKCU for perUser installations -->
115115 {{#each deep_link_protocols as |protocol| ~}}
116- <RegistryKey Root =" HKLM" Key =" Software\\ Classes\\{{protocol}}" >
116+ <RegistryKey Root =" HKLM" Key =" Software\Classes\\{{protocol}}" >
117117 <RegistryValue Type =" string" Name =" URL Protocol" Value =" " />
118118 <RegistryValue Type =" string" Value =" URL:{{bundle_id}} protocol" />
119119 <RegistryKey Key =" DefaultIcon" >
120120 <RegistryValue Type =" string" Value =" " [!Path]" ,0" />
121121 </RegistryKey >
122- <RegistryKey Key =" shell\\ open\ \command" >
122+ <RegistryKey Key =" shell\open\command" >
123123 <RegistryValue Type =" string" Value =" " [!Path]" " %1" " />
124124 </RegistryKey >
125125 </RegistryKey >
You can’t perform that action at this time.
0 commit comments