Closed bboettcher3 closed 11 months ago
Hey Brady! Thanks, looks like some useful changes (outside of the EULA one, would be useful to learn what your needs were)
Might be up to them to comment out the standalone lines
Yes, i think this is the pragmatic answer. Pamplejuce aims to be a good default “buffet” that people can pick and choose from…
outside of the EULA one, would be useful to learn what your needs were
Sure! The main need was to distribute the standalone version for all platforms along with the plugins. I see that it's being built in the template by default, so why not use it when packaging! I updated the description with some new info about some commits made to the PR after your comment + some motivation behind it.
One more note: the pamplejuce background.jpg
for the DMG would need to be modified with a 3rd arrow after including the standalone in it ;)
If you have any questions about the changes let me know!
Sorry for the delay on this! It's next on my open source list. I appreciate the contribution, just been on vacation and then buried by the blur stuff!
Also have to figure out how to get CI running on PRs, apparently I have to approve you somehow...
Also have to figure out how to get CI running on PRs, apparently I have to approve you somehow...
Hmm, I think there's probably a way to manually run it as an admin, but otherwise the long term way would be by adding on: [push, pull_request]
to your yml file instead of just on push :)
Thanks! Yeah I think I used to have both push/pr but then it would sometimes run twice or something, a curse i didn't want to pass to others using the template!
Sorry for the delay (never could get CI to run on the PR :/) — the contribution is appreciated!!
Happy Hacktoberfest!
After modifying the template for my own uses, I noticed that the Standalone version of the plugin is built, but not packaged in the Windows installer or macOS DMG. This PR fixes that in a few places so that developers can distribute all versions of their plugin together.
Some notes before considering merging: