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

Remove electron-is-dev #1640

Merged
merged 2 commits into from
Jan 18, 2024
Merged

Remove electron-is-dev #1640

merged 2 commits into from
Jan 18, 2024

Conversation

bendemboski
Copy link
Member

The package is no longer needed, and apparently switched to ESM, so was failing to load anyway

The package is no longer needed, and apparently switched to ESM, so was failing to load anyway
No idea why this is suddenly taking so long on windows...
@RobbieTheWagner RobbieTheWagner merged commit 5057b21 into main Jan 18, 2024
11 checks passed
@RobbieTheWagner RobbieTheWagner deleted the remove-electron-is-dev branch January 18, 2024 21:55
@@ -32,7 +31,7 @@ app.on('window-all-closed', () => {
});

app.on('ready', async () => {
if (isDev) {
if (app.isPackaged) {
Copy link
Member

Choose a reason for hiding this comment

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

@bendemboski should this be !app.isPackaged? Seems like dev should be not packaged right? Maybe I am misunderstanding.

Copy link
Contributor

Choose a reason for hiding this comment

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants