Skip to content
This repository was archived by the owner on Jul 19, 2024. It is now read-only.

MacOS Packed Electron App - not working #22

@chlebon

Description

@chlebon

Hi,

I'm having issue with GlobalKeyboardListener on MacOS (namely Monterey) in packaged electron app.
Windows 10 + 11 - Works OK. In DEV version and packed version
MacOS - DEV version worked OK but packed version is not working.

I add lib as external, add right serverPath for mac but no progress.

mac: { serverPath: app.isPackaged ? path.join( __dirname, '../../../app.asar.unpacked/node_modules/node-global-key-listener/bin/MacKeyServer' ) : 'node_modules/node-global-key-listener/bin/MacKeyServer', },

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions