|
@@ -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="$(var.CuraDir)\CuraEngine.exe,1"/>
|
|
|
- <RegistryValue Type="string" Key="shell\open\command" Value=""$(var.CuraDir)\CuraEngine.exe" "%1""/>
|
|
|
+ <RegistryValue Type="string" Key="DefaultIcon" Value="$[APPLICATIONFOLDER]\{{ main_app }},1"/>
|
|
|
+ <RegistryValue Type="string" Key="shell\open\command" Value=""$[APPLICATIONFOLDER]\{{ main_app }}" "%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="$(var.CuraDir)\CuraEngine.exe,1"/>
|
|
|
- <RegistryValue Type="string" Key="shell\open\command" Value=""$(var.CuraDir)\CuraEngine.exe" "%1""/>
|
|
|
+ <RegistryValue Type="string" Key="DefaultIcon" Value="$[APPLICATIONFOLDER]\{{ main_app }},1"/>
|
|
|
+ <RegistryValue Type="string" Key="shell\open\command" Value=""$[APPLICATIONFOLDER]\{{ main_app }}" "%1""/>
|
|
|
</RegistryKey>
|
|
|
</Component>
|
|
|
|