Snippets and build-system for pynsist, a tool to build Windows installers for your Python applications.
Install pynsist from Atom's Package Manager or the command-line equivalent:
$ apm install pynsist
Change to your Atom packages directory:
# Windows
$ cd %USERPROFILE%\.atom\packages
# Linux & macOS
$ cd ~/.atom/packages/Clone repository as pynsist:
$ git clone https://github.com/idleberg/atom-pynsist pynsistInside the cloned directory, install Node dependencies:
$ yarn || npm installLastly, build the package:
$ yarn build || npm run buildThis package automatically installs third-party packages it depends on. You can prevent this by disabling the Manage Dependencies option in the package settings.
This work is dual-licensed under The MIT License and the GNU General Public License, version 2.0