mediacenterjs icon indicating copy to clipboard operation
mediacenterjs copied to clipboard

Prebuilt/Bundled platform releases

Open tracker1 opened this issue 8 years ago • 3 comments

Related to #204, it would be nice to see pre-built releases for 64-bit windows, and OSX as github releases... this way compilation tools won't be needed for use on those platforms.

Probably an idea for 2.x target to have automated builds for tagged release targets.

tracker1 avatar Oct 14 '15 18:10 tracker1

That would be amazing! Any tools in mind I could use for the builds that could tie in with git(hub)?

jansmolders86 avatar Oct 15 '15 11:10 jansmolders86

nwjs look it up

omgbox avatar Jan 23 '16 15:01 omgbox

@jansmolders86 Sorry for delated response, missed your original replay... not sure if there's a target to get the actual .zip/exe file for installer on github releases, I've only done it manually... you need to create a tag, then you can associate a file with that tag/release... using semver.

For windows, I've used nssm to register services using node... you'd probably need to bundle node or nwjs with the app/archive... I've also used InnoSettup, but Wix is more powerful. I still haven't managed to get the time to even look at the code of this project.

tracker1 avatar Jan 25 '16 22:01 tracker1