Skip to content

Commit

Permalink
single-executable-applications.md - correct Windows command for injec…
Browse files Browse the repository at this point in the history
…ting blob
  • Loading branch information
alexsch01 committed May 19, 2023
1 parent da31b4d commit 35fb351
Showing 1 changed file with 8 additions and 2 deletions.
10 changes: 8 additions & 2 deletions doc/api/single-executable-applications.md
Original file line number Diff line number Diff line change
Expand Up @@ -105,9 +105,15 @@ tool, [postject][]:
--sentinel-fuse NODE_SEA_FUSE_fce680ab2cc467b6e072b8b5df1996b2
```

* On Windows:
* On Windows - Command Prompt:
```console
$ npx postject hello.exe NODE_SEA_BLOB sea-prep.blob ^
--sentinel-fuse NODE_SEA_FUSE_fce680ab2cc467b6e072b8b5df1996b2
```
* On Windows - PowerShell:
```console
$ npx postject hello.exe NODE_SEA_BLOB sea-prep.blob \
$ npx postject hello.exe NODE_SEA_BLOB sea-prep.blob `
--sentinel-fuse NODE_SEA_FUSE_fce680ab2cc467b6e072b8b5df1996b2
```

Expand Down

0 comments on commit 35fb351

Please sign in to comment.