1
0
Fork 0
mirror of https://github.com/ACINQ/eclair.git synced 2025-03-13 11:35:47 +01:00

Removed the 'windows installer' part

it will be generated at 'mvn package' if Inno Setup is installed
This commit is contained in:
Pierre-Marie Padiou 2017-03-22 14:45:51 +01:00 committed by GitHub
parent 9d962e6571
commit fa050da12c

View file

@ -14,7 +14,3 @@ or
```shell
$ mvn package -DskipTests
```
To generate the windows installer:
```shell
$ mvn jfx:native
```