has-asar.js 190 Bytes Raw Blame History Permalink 1 2 3 4 5 6 7 if (process.arch === 'arm64') { process._archPath = require.resolve('../app-arm64.asar'); } else { process._archPath = require.resolve('../app-x64.asar'); } require(process._archPath);