-
Notifications
You must be signed in to change notification settings - Fork 61
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[Feature Request] Excluding folders based on release type or replacements on .pkgmeta files #165
Comments
Personally I've no horse in this race, but an alternative solution that'll work for you today is to use the Only downside is I believe there's no generic |
Yea, @Meorawr beat me to it but I would just recommend creating a new pkgmeta that is used for alpha builds as that is already the recommended practice for dealing with builds of different versions. |
Also, I need to basically re-invent the check for which version is being built |
This seems to be the only way to fully exclude a whole addon from release builds. BigWigsMods/packager#165
This seems to be the only way to fully exclude a whole addon from release builds. BigWigsMods/packager#165
I'm in the process of adding some large-ish test data over multiple files to an AddOn that I would like to only include in alpha builds.
I'm currently just putting
#@alpha@
tags into the toc file to prevent the files from being loaded, but I would like to exclude them fully just to keep the package a bit smaller.Maybe it would be a good idea to have some replacements on the .pkgmeta file that gets applied prior to the .pkgmeta being evaluated?
For example:
Which would comment it out in non-alpha builds. Could probably be the same code as toc replacements because both use
#
for comments.The text was updated successfully, but these errors were encountered: