Skip to content

Commit

Permalink
Updates readme to account for lookup
Browse files Browse the repository at this point in the history
  • Loading branch information
joncloud committed Sep 10, 2020
1 parent 10b42c3 commit e83f8b2
Showing 1 changed file with 7 additions and 6 deletions.
13 changes: 7 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,13 +7,14 @@ This codebase was ported from the Azure DevOps Extension [dev-maxima/nsis-extens
[dev-maxima/nsis-extension]: https://github.com/dev-maxima/nsis-extension

## Platforms
### Windows
Windows platforms requires makensis to be installed to the `C:\Program Files (x86)\NSIS\` directory, where `makensis.exe` and `Plugins` exist.

### Linux and macOS
Linux and macOS require the following paths to exist:
* makensis must exist at `/usr/local/bin/makensis` or `/usr/bin/makensis`
* Plugins must exist at `/usr/local/share/nsis`
This action looks for `makensis` or `makensis.exe` in the environment path, and if not found it will attempt to look in a couple of different places:

* Windows - `C:\Program Files (x86)\NSIS\`
* Linux and macOS:
* `/usr/local/bin/`
* `/usr/bin/`
* `/opt/local/bin/`

## Inputs

Expand Down

0 comments on commit e83f8b2

Please sign in to comment.