-
Notifications
You must be signed in to change notification settings - Fork 93
Open
Description
Following the execution path:
Line 46 in 853836d
| this.targetRelPath = `engines/${engine}`; |
Lines 131 to 132 in 853836d
| const wrapperPath = process.platform === 'win32' ? | |
| `%~dp0${this.targetRelPath}` : |
Line 134 in 853836d
| const contents = generateScript(wrapperPath) |
Which results in this:
@echo off
"%~dp0engines/v8\v8.exe" --natives_blob="%~dp0engines/v8\natives_blob.bin" --snapshot_blob="%~dp0engines/v8\snapshot_blob.bin" %*