add app id for notifications and other magic

This commit is contained in:
phyzical 2022-04-04 22:15:46 +08:00
parent acfd164927
commit ee6c13d33b

@ -15,6 +15,7 @@ const debug = process.argv.includes("--debug");
async function createWindow(killall) {
const setStopProcessHandler = global.app_handlers.stopProcess;
app.setAppUserModelId("Bitburner")
let icon;
if (process.platform == 'linux') {