obfuscatedgenerated / vscode-aura

Adds ASUS Aura RGB integration to VSCode. (Unofficial, Windows x64 Only)
MIT License
1 stars 0 forks source link

Try and make winax work with napi electron #3

Open obfuscatedgenerated opened 2 years ago

obfuscatedgenerated commented 2 years ago

VSCode's electron version changes which breaks the extension as winax is built for that specific version, not node api (prebuildify). I'm already building winax for electron on node api (prebuildify) which should circumvent this, yet vscode/electron complains about the wrong node version still.

obfuscatedgenerated commented 2 years ago

Once this works, the vscode version requirement may be reduced and I won't need to output platform specific builds for each new release

obfuscatedgenerated commented 2 years ago

Please see obfuscatedgenerated/node-activex.