Create build.yml - Make a self contained .exe so users don't have to …#43
Create build.yml - Make a self contained .exe so users don't have to …#43TheRealDuckers wants to merge 2 commits into
Conversation
…install .net Make a self contained .exe so users don't have to install .net to run QPlayer. Great app, thanks for making!
|
Tested: Run, go to "Build Self Contained App" in workflows tab. Run the workflow, then open and go to Build Artifacts. Download them (should download a zip with the .exe in it) |
|
Hi, |
|
Hi, (Also on a side note, would there be a way to make saved shows on QPlayer open-able by this? ? |
|
See what you mean though - the complied version comes in at around 67MB... |
|
I had a quick look into adding a self-contained build to my existing build pipeline, but in my testing on my machine (albeit through WSL),
With regards to your side note, I'm sure you could write a little converter to convert from QPlayer show files to WebCue show files (they're both JSON after all!), heck you could probably even do it in a QPlayer plugin if you wanted. (the QPlayer plugin interface provides an Edit: Turns out I was building it wrong, I might be able to do a self contained build after all... |
|
I could try on windows... |
|
This has now been implemented in #45, hope this helps! |
…install .net
Make a self contained .exe so users don't have to install .net to run QPlayer.
Great app, thanks for making!