We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 85f1193 commit 7da51e4Copy full SHA for 7da51e4
1 file changed
Main.js
@@ -75,7 +75,7 @@ app.on('window-all-closed', () => {
75
{ encoding: 'UTF-8' }
76
);
77
// process platform is a property that return a string identifying the OS platform on which NodeJs process is running --> Ousman
78
- if (process.platform !== 'darwin') {
+ if (process.platform !== 'linux') {
79
// quits application
80
app.quit();
81
}
0 commit comments