Skip to content

Commit

Permalink
docs: add missing PORTABLE_EXECUTABLE_FILE env var (#6981)
Browse files Browse the repository at this point in the history
  • Loading branch information
felipecrs authored Jul 4, 2022
1 parent adeaa34 commit a2a39ad
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
5 changes: 5 additions & 0 deletions .changeset/silly-moose-brush.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---

---

docs: add missing PORTABLE_EXECUTABLE_FILE
3 changes: 2 additions & 1 deletion docs/configuration/nsis.md
Original file line number Diff line number Diff line change
Expand Up @@ -107,7 +107,8 @@ To build portable app, set target to `portable` (or pass `--win portable`).

For portable app, following environment variables are available:

* `PORTABLE_EXECUTABLE_DIR` - dir where portable executable located.
* `PORTABLE_EXECUTABLE_FILE` - path to the portable executable.
* `PORTABLE_EXECUTABLE_DIR` - directory where the portable executable is located.
* `PORTABLE_EXECUTABLE_APP_FILENAME` - sanitized app name to use in [file paths](https://github.com/electron-userland/electron-builder/issues/3186#issue-345489962).

## Common Questions
Expand Down

0 comments on commit a2a39ad

Please sign in to comment.