You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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).
The text was updated successfully, but these errors were encountered:
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
).The text was updated successfully, but these errors were encountered: