fernandreu / office-ribbonx-editor

An overhauled fork of the original Custom UI Editor for Microsoft Office, built with WPF
MIT License
516 stars 100 forks source link

Context Menu Command Incorrect #169

Closed zorvek closed 3 years ago

zorvek commented 3 years ago

The context menu command "Edit with OfficeRibbonXEditor" created in the Registry references the dll, not the exe:

"C:\Program Files\Office RibbonX Editor\OfficeRibbonXEditor.dll" "%1"

It should be:

"C:\Program Files\Office RibbonX Editor\OfficeRibbonXEditor.exe" "%1"

fernandreu commented 3 years ago

Hi zorvek, thanks for letting me know and sorry for the late reply. The bug should be fixed in this build: https://dev.azure.com/fernandreu-public/OfficeRibbonXEditor/_build/results?buildId=1037&view=artifacts&pathAsName=false&type=publishedArtifacts