Skip to content

Commit

Permalink
remove remaining wine references
Browse files Browse the repository at this point in the history
  • Loading branch information
idleberg committed Mar 20, 2024
1 parent 1e8cd2b commit 29e8ac7
Showing 1 changed file with 1 addition and 7 deletions.
8 changes: 1 addition & 7 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
![NodeJS version](https://img.shields.io/node/v/makensis?style=for-the-badge)
[![CI](https://img.shields.io/github/actions/workflow/status/idleberg/node-makensis/default.yml?style=for-the-badge)](https://github.com/idleberg/node-makensis/actions)

A Node wrapper for `makensis`, the compiler for NSIS installers. Supports both, native and [Wine][wine].
A Node wrapper for `makensis`, the compiler for NSIS installers.

## Prerequisites

Expand Down Expand Up @@ -278,12 +278,6 @@ Type: `integer`

Verbosity where the value `4=all`, `3=no script`,`2=no info`, `1=no warnings`, `0=none`. Equivalent of the `-V` switch.

#### Wine Options

Environmental variables allow for Wine to be configured by the user. These can be specified using the `spawnOptions.env` property. See the [documentation][wine-env] for details.

On top of that, the following options for Wine are available.

## Related

- [atom-language-nsis][atom-language-nsis] - NSIS package for Atom
Expand Down

0 comments on commit 29e8ac7

Please sign in to comment.