diff --git a/src/utils/requireNative.js b/src/utils/requireNative.js index cfe8534..f7ca4ee 100644 --- a/src/utils/requireNative.js +++ b/src/utils/requireNative.js @@ -1,5 +1,5 @@ // Custom requireNative as Electron >=17 breaks Module.globalPaths for some reason -// For Updater v2: get direct path in globalPaths ("d") +// For Updater v2: get direct path in globalPaths (g[0]) // For Module Updater: get root path for all modules in globalPaths const g = require('module').globalPaths;