Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Create an npm script to automate building and zipping executables for each platform #142

Closed
poftadeh opened this issue Jan 23, 2020 · 0 comments · Fixed by #157
Closed

Comments

@poftadeh
Copy link
Contributor

poftadeh commented Jan 23, 2020

What would you like to be added:

Add an npm script that will build the PlumaDriver executables for each platform (Windows, Linux, macOS) and place them into appropriately named zip files (i.e. plumadriver-linux64.zip, plumadriver-win64.zip, plumadriver-macos.zip). See the releases page for example files.

Why is this needed:

It would simplify the process of generating new releases.

Additional context

There are some existing build scripts for each platform in package.json (e.g. npm run build:win).

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant