Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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