sindresorhus/electron-context-menu

properties not defined

jinshaopu opened this issue · 1 comments

the last verion work in electron 13.1.5, console log out error at electron.app.isPackaged ,properties not defined

I'm seeing this same issue with 13.6.8. I had to stop using electron-is-dev package in my project and just use app.isPackaged in the mainProcess.

I can't use v3.x of this project until this is resolved :(