mirror of
https://github.com/alacritty/alacritty.git
synced 2025-02-10 15:46:10 -05:00
Fix error when opening in root dir on Windows
This commit is contained in:
parent
563c4151df
commit
8451b75689
2 changed files with 2 additions and 1 deletions
|
@ -44,6 +44,7 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/).
|
|||
- Character mappings in the DEC special graphics character set (line drawing)
|
||||
- Window flickering on resize on Wayland
|
||||
- Unnecessary config reload when using `/dev/null` as a config file
|
||||
- Windows `Open Alacritty Here` on root of drive displaying error
|
||||
|
||||
## 0.10.1
|
||||
|
||||
|
|
|
@ -53,7 +53,7 @@
|
|||
<!-- Add context menu -->
|
||||
<Component Id="ContextMenu" Guid="449f9121-f7b9-41fe-82da-52349ea8ff91">
|
||||
<RegistryKey Root="HKCU" Key="Software\Classes\Directory\Background\shell\Open Alacritty here\command">
|
||||
<RegistryValue Type="string" Value="[AlacrittyProgramFiles]alacritty.exe --working-directory "%V"" KeyPath="yes"/>
|
||||
<RegistryValue Type="string" Value="[AlacrittyProgramFiles]alacritty.exe" KeyPath="yes"/>
|
||||
</RegistryKey>
|
||||
<RegistryKey Root="HKCU" Key="Software\Classes\Directory\Background\shell\Open Alacritty here">
|
||||
<RegistryValue Type="string" Name="Icon" Value="[AlacrittyProgramFiles]alacritty.exe"/>
|
||||
|
|
Loading…
Add table
Reference in a new issue