mirror of
https://github.com/quine-global/hyper.git
synced 2026-01-12 20:18:41 -09:00
fix
This commit is contained in:
parent
fc7f5847c0
commit
70b023eeea
1 changed files with 0 additions and 3 deletions
3
bin/mk-snapshot.js
vendored
3
bin/mk-snapshot.js
vendored
|
|
@ -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' : '')),
|
||||
[
|
||||
|
|
|
|||
Loading…
Reference in a new issue