-
-
Notifications
You must be signed in to change notification settings - Fork 1.7k
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
feat: use electron-winstaller instead of self module #8344
Open
beyondkmp
wants to merge
50
commits into
electron-userland:master
Choose a base branch
from
beyondkmp:win-installer
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.
Open
Changes from 44 commits
Commits
Show all changes
50 commits
Select commit
Hold shift + click to select a range
87eb7bf
use electron-winstaller
3a0d1f5
fix ut
d209266
add nuspecTemplate
182eea7
custom template.nuspectemplat
b65450d
add patch for electron-winstaller: change exe to producname
272b4c8
update wine docker config
8910083
update snap
62c9bb5
update snap
e2d54ff
update wine docker
74316e3
update dockerfile
9f1a99a
update dockerimage
fd017b7
add appId and exe options
4202527
delete patch
5170902
change encode
a4a2f50
update 7zip
5ffdffd
use [email protected]: update 7zip and nuget
8e5b9d2
update [email protected]
6376b95
delete decompress-zip
006d3cb
remove directory
8c960cb
delete directory
b0e6941
update docker file
4bc85f2
update wine docker config
463c687
add vender path
4e5502d
change to getBin
d9459d9
add sign option
61c79cb
add shouldSign function
4d9cb0a
change shouldSign to async/await
232a90d
add template.nuspectemplate into files
beyondkmp b26c7a8
add vendorDirectory option
a5d6bee
Merge branch 'master' into win-installer
d36fefd
update 7zip arch
04c50fd
fix 7zip arch
2fb5700
fix name
023559f
Merge branch 'master' into win-installer
beyondkmp 253c3aa
delete docker config
beyondkmp b7ff107
Merge branch 'master' into win-installer
beyondkmp 10931d5
Merge branch 'master' into win-installer
beyondkmp 7733641
use adm-zip to decode
beyondkmp 71b7629
fix sign issue
beyondkmp be20ec0
delete docker config
beyondkmp 8d7dc91
update docker config
PayneFuRC d1e4a41
Merge branch 'master' into win-installer
beyondkmp 2bf2205
add changeset
PayneFuRC d6180f5
delete deb
PayneFuRC a97660f
Merge branch 'master' into win-installer
beyondkmp 277f958
add comments
PayneFuRC 34fc8eb
update comments
PayneFuRC 4eabc28
Merge branch 'master' into win-installer
beyondkmp 04ce3fd
Merge branch 'master' into win-installer
beyondkmp 8e2086f
update pnpm lock file
beyondkmp File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,6 @@ | ||
--- | ||
"app-builder-lib": patch | ||
"electron-builder-squirrel-windows": patch | ||
--- | ||
|
||
use electron-winstaller instead of self module |
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
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
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
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
Oops, something went wrong.
Oops, something went wrong.
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.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Please update doc comment
Also, is this true with the current setup? I don't see any default value being set for
vendorDirectory
. As this is currently coded, it looks like it'll default to the vendor files that come withelectron/windows-installer
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
updated.
The squirrel windows in this electron-userland/electron-builder-binaries#56 is the same as the one in https://github.com/electron/windows-installer/tree/main/vendor, so when this value is empty, it defaults to using the squirrel windows from windows-installer.