Skip to content

Commit 362e3f5

Browse files
committed
Disable native for windows
1 parent 120bd8f commit 362e3f5

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

app/main.js

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
if (process.platform === 'win32') {
2+
process.env.NODE_BACKEND = 'js';
3+
}
4+
15
require('./sentry');
26

37
import {app, dialog} from 'electron';

package-lock.json

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)