takluyver / pynsist

Build Windows installers for Python applications
https://pynsist.readthedocs.io/
Other
882 stars 119 forks source link

nsist: provide an "installdir" variable for consistency #149

Closed davvid closed 6 years ago

davvid commented 6 years ago

The "commands" template calls the install directory "installdir", but entry points call it "scriptdir".

Add an "installdir" variable to entry points for compatibility. This increases the chances of being able to reuse an "extra_preamble" script across commands and entry points.

takluyver commented 6 years ago

:+1: