Duet3D / DuetWebControl

A completely new web interface for the Duet electronics
GNU General Public License v3.0
408 stars 230 forks source link

added bash script to automate plugin packaging #387

Closed mfs12 closed 2 years ago

mfs12 commented 2 years ago

@chrishamm just nailed this little script to automate plugin packaging.

I tested it within Linux. But it should basically run everywhere with a bash and no whitespaces in path names.

chrishamm commented 2 years ago

Thanks, but ideally this would be written in JS (with NodeJS) to provide cross-platform compatibility.

mfs12 commented 2 years ago

Well, it isn't an optimal solution. But it's still better the copying stuff around manually. I am looking forward to the node integration.

chrishamm commented 2 years ago

Well, I've come up with my own platform-independent build script so I am closing this PR.