Skip to content

Commit

Permalink
docs: add missing PORTABLE_EXECUTABLE_FILE
Browse files Browse the repository at this point in the history
  • Loading branch information
felipecrs authored Jul 2, 2022
1 parent 8ffd9d4 commit 53446b1
Showing 1 changed file with 2 additions and 1 deletion.
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 53446b1

Please sign in to comment.