forked from electron-userland/electron-builder
-
Notifications
You must be signed in to change notification settings - Fork 0
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
electron-builder update to version 24.6.3 #1
Open
mukvel25
wants to merge
260
commits into
master
Choose a base branch
from
update-to-v24
base: master
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
…land#6950) Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
* Wrap the nsProcess include in a !ifndef Conditionally include nsProcess only if it has not previously been included or defined. There is a use case where you include `nsProcess.nsh` in your own custom install script. If you do that this file throws an error indicating that `nsProcess` has already been defined. I suspect it is due to the invocation order and how your custom scripts logic runs before the logic in this file.
…rland#7019) Filters out duplicate assign's when cascading configs (files, extraFiles, etc.) by converting to Set first
…electron-userland#7028) * Adding timeout to publish config. Adding test for validating too short of a timeout. Expect upload to throw/reject Request timed out. Adding null type in docs and updating documentation to state 2min default
…land#7030) Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
…dency vulnerability (electron-userland#7078)
…r fpm `--iteration` flag (electron-userland#7075)
…d#7695) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
…land#7696) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
…and#7697) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
…erland#7699) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
…serland#7700) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
…land#7701) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
…kages and pinning versions (electron-userland#7707)
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
No description provided.