Skip to content
This repository has been archived by the owner on Mar 24, 2024. It is now read-only.

Upgrade electron & related packages #5102

Merged
merged 1 commit into from Jan 7, 2023
Merged

Conversation

jtbandes
Copy link
Member

@jtbandes jtbandes commented Jan 6, 2023

User-Facing Changes
None

Description

  • Update electron to v22
    • disable sandbox which is now on by default, but will require changes in our webpack config and electron-socket to work

@@ -141,11 +142,9 @@ function newStudioWindow(deepLinks: string[] = []): BrowserWindow {
});

// Open all new windows in an external browser
// Note: this API is supposed to be superseded by webContents.setWindowOpenHandler,
// but using that causes the app to freeze when a new window is opened.
Copy link
Member Author

@jtbandes jtbandes Jan 7, 2023

Choose a reason for hiding this comment

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

this bug no longer seems to happen, probably fixed in electron/electron#29851 (#604 (comment))

@jtbandes jtbandes merged commit e70dcc2 into main Jan 7, 2023
@jtbandes jtbandes deleted the jacob/upgrade-electron branch January 7, 2023 02:21
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants