mirror of
https://git.mirrors.martin98.com/https://github.com/Ultimaker/Cura
synced 2025-07-31 00:12:02 +08:00
Path correction for cura application for msi
CURA-11288
This commit is contained in:
parent
5769fcba50
commit
69f8227b41
@ -164,8 +164,8 @@
|
||||
<RegistryKey Root="HKCR" Key="cura">
|
||||
<RegistryValue Type="string" Value="URL:Cura Protocol"/>
|
||||
<RegistryValue Type="string" Name="URL Protocol" Value=""/>
|
||||
<RegistryValue Type="string" Key="DefaultIcon" Value="[INSTALLFOLDER]\CuraEngine.exe,1"/>
|
||||
<RegistryValue Type="string" Key="shell\open\command" Value=""[INSTALLFOLDER]\CuraEngine.exe" "%1""/>
|
||||
<RegistryValue Type="string" Key="DefaultIcon" Value="$(var.CuraDir)\CuraEngine.exe,1"/>
|
||||
<RegistryValue Type="string" Key="shell\open\command" Value=""$(var.CuraDir)\CuraEngine.exe" "%1""/>
|
||||
</RegistryKey>
|
||||
</Component>
|
||||
|
||||
@ -173,8 +173,8 @@
|
||||
<RegistryKey Root="HKCR" Key="slicer">
|
||||
<RegistryValue Type="string" Value="URL:Slicer Protocol"/>
|
||||
<RegistryValue Type="string" Name="URL Protocol" Value=""/>
|
||||
<RegistryValue Type="string" Key="DefaultIcon" Value="[INSTALLFOLDER]\CuraEngine.exe,1"/>
|
||||
<RegistryValue Type="string" Key="shell\open\command" Value=""[INSTALLFOLDER]\CuraEngine.exe" "%1""/>
|
||||
<RegistryValue Type="string" Key="DefaultIcon" Value="$(var.CuraDir)\CuraEngine.exe,1"/>
|
||||
<RegistryValue Type="string" Key="shell\open\command" Value=""$(var.CuraDir)\CuraEngine.exe" "%1""/>
|
||||
</RegistryKey>
|
||||
</Component>
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user