-
-
Notifications
You must be signed in to change notification settings - Fork 1.8k
refactor: simplify nuspec file structure by consolidating file entries into a single pattern #9140
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
base: master
Are you sure you want to change the base?
Conversation
…s into a single pattern (electron-userland#9140)
🦋 Changeset detectedLatest commit: b9bd889 The changes in this PR will be included in the next version bump. This PR includes changesets to release 8 packages
Not sure what this means? Click here to learn what changesets are. Click here if you're a maintainer who wants to add another changeset to this PR |
I don't think this is a necessary change. I'd prefer explicit file |
The old version used to copy all files into |
I don't see a reason for this change from the current functionality being provided - this simplification doesn't seem needed. Allowlists are always my more preferred approach when it comes to production assets, not blocklists using If we're needing to handle |
@mmaietta How about we make this template file customizable? If users need to include more files, they could specify their own template. If none is specified, the current default template would be used. |
Hmmm, that's a great proposal to handle very advanced use cases, not sure if the average dev will understand how to go that deep into nuspec. Is there a way we could just loop through a property on squirrel for customizing the accepted/to-be-copied files?
|
fix #9092
The app output of electron-builder is placed in a temporary directory, so we can directly copy all files into lib\net45 without needing to perform filtering.