takluyver / pynsist

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

Construct command exes with relative shebangs #191

Closed takluyver closed 4 years ago

takluyver commented 4 years ago

This allows the exe wrappers to be constructed at build time, simplifying the installation process.

Thanks @vsajip for the simple_launcher changes which enabled this!

As of #190, there's an integration test which should verify that the installed exe wrappers actually work.