Skip to content

Commit

Permalink
Update docs
Browse files Browse the repository at this point in the history
  • Loading branch information
dbast committed Jan 11, 2023
1 parent 47d2185 commit 57f9fb3
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 4 deletions.
1 change: 1 addition & 0 deletions .gitignore
Expand Up @@ -9,3 +9,4 @@ rever/
.idea
docs/build/
.vscode/
build/
2 changes: 1 addition & 1 deletion .pre-commit-config.yaml
@@ -1,4 +1,4 @@
exclude: ^(versioneer.py|constructor/_version.py)
exclude: ^(versioneer.py|constructor/_version.py|CONSTRUCT.md)
repos:
- repo: https://github.com/pre-commit/pre-commit-hooks
rev: v4.4.0
Expand Down
6 changes: 3 additions & 3 deletions CONSTRUCT.md
Expand Up @@ -212,8 +212,8 @@ as `sh` on Linux and `exe` on Windows.

Notes for silent mode `/S` on Windows EXEs:
- NSIS Silent mode will not print any error message, but will silently abort the installation.
If needed, [NSIS log-builds][nsis-log] can be used to print to `%PREFIX%\install.log`, which can be
searched for `::error::` strings. Pre- and post- install scripts will only throw an error
If needed, [NSIS log-builds][nsis-log] can be used to print to `%PREFIX%\install.log`, which
can be searched for `::error::` strings. Pre- and post- install scripts will only throw an error
if the environment variable `NSIS_SCRIPTS_RAISE_ERRORS` is set.
- The `/D` flag can be used to specify the target location. It must be the last argument in
the command and should NEVER be quoted, even if it contains spaces. For example:
Expand Down Expand Up @@ -681,4 +681,4 @@ Allowed keys are:
- `win32`
- `win64`
- `x86`
- `x86_64`
- `x86_64`

0 comments on commit 57f9fb3

Please sign in to comment.