We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6c3133f commit 0fbe958Copy full SHA for 0fbe958
installer/ContextMenu.wxs
@@ -14,7 +14,7 @@ See the 'LICENSE.txt' file for the additional details.
14
Guid="*"
15
Win64="$(var.Win64)">
16
<RegistryKey Root="HKCR"
17
- Key="*\shell\openwemacs">
+ Key="*\shell\OpenWithEmacs_$(var.UpgradeCode)">
18
<RegistryValue Type="string"
19
Value="Open with &Emacs Client"
20
KeyPath="yes"/>
@@ -28,7 +28,7 @@ See the 'LICENSE.txt' file for the additional details.
28
29
30
31
- Key="*\shell\openwemacsnewframe">
+ Key="*\shell\OpenWithEmacsNewFrame_$(var.UpgradeCode)">
32
33
Value="Open with Emacs Client (new &frame)"
34
0 commit comments