Snippets and build-system for pynsist, a tool to build Windows installers for your Python applications
This package consumes the following services:
pynsist for Atom
Snippets and build-system for pynsist, a tool to build Windows installers for your Python applications.
Installation
apm
Install pynsist
from Atom's Package Manager or the command-line equivalent:
$ apm install pynsist
Using Git
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 pynsist
Inside the cloned directory, install Node dependencies:
$ yarn || npm install
Lastly, build the package:
$ yarn build || npm run build
Package Dependencies
This package automatically installs third-party packages it depends on. You can prevent this by disabling the Manage Dependencies option in the package settings.
Related
License
This work is dual-licensed under The MIT License and the GNU General Public License, version 2.0