feat: Implemented AppImage building
This commit is contained in:
parent
d8f471dadc
commit
6a288f765e
38 changed files with 1036 additions and 147 deletions
|
|
@ -21,6 +21,10 @@ function spawnServer ()
|
|||
events.emit('exitapp');
|
||||
}
|
||||
},
|
||||
onExit (subprocess, exitCode, signalCode)
|
||||
{
|
||||
process.exit();
|
||||
}
|
||||
});
|
||||
}
|
||||
|
||||
|
|
@ -35,5 +39,5 @@ function spawnBrowser ()
|
|||
};
|
||||
}
|
||||
|
||||
spawnServer();
|
||||
spawnBrowser();
|
||||
const server = spawnServer();
|
||||
spawnBrowser()?.then(e => server.send({ type: 'exitapp' }));
|
||||
Loading…
Add table
Add a link
Reference in a new issue