Skip to content

Commit 7da51e4

Browse files
committed
Change darwin OS platform to linux
1 parent 85f1193 commit 7da51e4

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Main.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@ app.on('window-all-closed', () => {
7575
{ encoding: 'UTF-8' }
7676
);
7777
// 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') {
78+
if (process.platform !== 'linux') {
7979
// quits application
8080
app.quit();
8181
}

0 commit comments

Comments
 (0)