ndmitchell / nsis

Haskell DSL for producing Windows Installer using NSIS
Other
26 stars 8 forks source link

Target NSIS 3.0 #6

Open ndmitchell opened 7 years ago

ndmitchell commented 7 years ago

It's now out.

idleberg commented 7 years ago

For the record, here are commands introduced in v3.0:

The compile-time command !makensis is also new, but if I'm not mistaken, this DSL currently supports no compile-time commands at all.

idleberg commented 3 years ago

I'm not sure if this repository is still active, but I still wanted to document the changes since NSIS v3.0:

v3.01

v3.03

v3.05

v3.06

v3.08

ndmitchell commented 3 years ago

The repo is alive, I keep it up to date with patches for things like CI (I changed over to GitHub actions yesterday), but I'm not actively using the project. I'd welcome a co-maintainer or PR's for any of the above functionality. I still think the underlying idea is a good one.