Skip to content
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 10 #39

Merged
merged 5 commits into from Nov 9, 2020
Merged

Electron 10 #39

merged 5 commits into from Nov 9, 2020

Conversation

Strangerxxx
Copy link
Collaborator

@Strangerxxx Strangerxxx commented Nov 8, 2020

[ch18481]

upgrade default electron-builder to 22.9.1
upgrade default electron-packager to 15.1.0
@@ -52,7 +52,8 @@ function* iterate(array) {
* @param {string} filePath - path to the file being sent
*/
function createReadStream(filePath) {
if (parseInt(process.versions.electron) >= 7) {
if (parseInt(process.versions.electron) >= 7
&& parseInt(process.versions.electron) < 10) {

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Are you sure it is not needed for 10th version?

Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

looks like electron/electron#21018 not reproduced in 10.x.x

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Ah, nice)

@Strangerxxx Strangerxxx merged commit 62d25c8 into master Nov 9, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants