[MM-56389] Switch to registry-js native module for Windows registry reading (#3460)

This commit is contained in:
Devin Binnie
2025-07-18 10:42:44 -04:00
committed by GitHub
parent 7f91463c58
commit af7009535d
9 changed files with 520 additions and 214 deletions

View File

@@ -20,12 +20,16 @@
"node_modules/file-uri-to-path/**/*",
"node_modules/macos-notification-state/**/*",
"node_modules/windows-focus-assist/**/*",
"node_modules/registry-js/**/*",
"!**/node_modules/macos-notification-state/bin/**/*",
"!**/node_modules/macos-notification-state/build/**/*",
"!**/node_modules/windows-focus-assist/bin/**/*",
"!**/node_modules/windows-focus-assist/build/**/*",
"!**/node_modules/registry-js/bin/**/*",
"!**/node_modules/registry-js/build/**/*",
"node_modules/macos-notification-state/build/**/*.node",
"node_modules/windows-focus-assist/build/Release/**/*.node",
"node_modules/registry-js/build/Release/**/*.node",
{
"from": "dist",
"to": ".",
@@ -55,7 +59,8 @@
},
"asarUnpack": [
"./node_modules/macos-notification-state/build/Release/**/*.node",
"./node_modules/windows-focus-assist/build/Release/**/*.node"
"./node_modules/windows-focus-assist/build/Release/**/*.node",
"./node_modules/registry-js/build/Release/**/*.node"
],
"linux": {
"category": "Network;InstantMessaging",