Atom Build for BridleNSIS, transpiles BridleNSIS into NSIS
Install build-bridlensis
from Atom's Package Manager or the command-line equivalent:
$ apm install build-bridlensis
Change to your Atom packages directory:
# Windows$ cd %USERPROFILE%\.atom\packages# Linux & macOS$ cd ~/.atom/packages/
Clone repository as build-bridlensis
:
$ git clone https://github.com/idleberg/atom-build-bridlensis build-bridlensis
Inside the cloned directory, install Node dependencies:
$ yarn || npm install
Make sure to specify the path to your BridleNSIS.jar
in the package settings.
Example:
"build-bridlensis":pathToJar: "%PROGRAMFILES(X86)%\\BridleNSIS\\BridleNSIS-0.4.1.jar"
Before you can build, select an active target with your preferred build option.
Available targets:
BridleNSIS
– transpile scriptHere's a reminder of the default shortcuts you can use with this package:
Choose target
Super+Alt+T or F7
Toggle build panel
Super+Alt+V or F8
Build script
Super+Alt+B or F9
This work is dual-licensed under The MIT License and the GNU General Public License, version 2.0
You are welcome support this project using Flattr or Bitcoin 17CXJuPsmhuTzFV2k4RKYwpEHVjskJktRd
Good catch. Let us know what about this package looks wrong to you, and we'll investigate right away.