mirror of https://github.com/lapce/lapce.git
fix: remove non-existent argument
This commit is contained in:
parent
31de625b3f
commit
c2cf3c3ecc
|
@ -53,7 +53,7 @@
|
|||
<!-- Add context menu -->
|
||||
<Component Id="ContextMenu" Guid="22ad399b-1d77-416c-ae33-57e8f8511177">
|
||||
<RegistryKey Root="HKCU" Key="Software\Classes\Directory\Background\shell\Open Lapce here\command">
|
||||
<RegistryValue Type="string" Value="[LapceProgramFiles]lapce.exe --working-directory "%V"" KeyPath="yes"/>
|
||||
<RegistryValue Type="string" Value="[LapceProgramFiles]lapce.exe "%V"" KeyPath="yes"/>
|
||||
</RegistryKey>
|
||||
<RegistryKey Root="HKCU" Key="Software\Classes\Directory\Background\shell\Open Lapce here">
|
||||
<RegistryValue Type="string" Name="Icon" Value="[LapceProgramFiles]lapce.exe"/>
|
||||
|
|
Loading…
Reference in New Issue