This commit is contained in:
Philip Peterson 2025-04-24 20:57:55 -07:00
parent fc7f5847c0
commit 70b023eeea
No known key found for this signature in database
GPG key ID: 354311183FC6519B

3
bin/mk-snapshot.js vendored
View file

@ -49,9 +49,6 @@ async function main() {
const startupBlobPath = path.join(outputBlobPath, 'snapshot_blob.bin');
console.log(`Generating startup blob in "${outputBlobPath}"`);
console.log(childProcess.execSync(
'ls ' + path.resolve(__dirname, '..', 'node_modules', 'electron-mksnapshot', 'bin')
).toString());
const res = childProcess.execFileSync(
path.resolve(__dirname, '..', 'node_modules', 'electron-mksnapshot', 'bin', 'mksnapshot' + (process.platform === 'win32' ? '.exe' : '')),
[