diff --git a/index.js b/index.js index f7f3afb..c0fa4ea 100644 --- a/index.js +++ b/index.js @@ -1950,7 +1950,7 @@ if (electronApp) { electronApp.exit(0); } }]) - app.dock.setMenu(dockMenu) + electronApp.dock.setMenu(dockMenu) }; diff --git a/package.json b/package.json index c824e59..0ad4010 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "OpenBuildsMachineDriver", - "version": "1.0.72", + "version": "1.0.73", "license": "AGPL-3.0", "description": "Machine Interface Driver for OpenBuilds", "author": "github.com/openbuilds ",