-
Notifications
You must be signed in to change notification settings - Fork 2.1k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
chore: make use of pkg to package the Etcher CLI
This commit replaces our home-grown CLI packaging mechanism based on browserify + node-static-entry-point with pkg, an open source tool to package Node.js applications for distribution. Some highlights: - Removing browserify got rid of a lot of dependencies from npm-shrinkwrap.json - pkg currently has an issue where macOS binaries can't be code-signed (vercel/pkg#128), therefore this commit comments-out the binary signing section for that operating system - pkg currently has an issue where Windows binaries can't be branded (vercel/pkg#149), therefore this commit comments-out the branding section for that operating system See: https://github.com/zeit/pkg Change-Type: patch Signed-off-by: Juan Cruz Viotti <jv@jviotti.com>
- Loading branch information
Showing
6 changed files
with
166 additions
and
901 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.