Added electron builder and auto update scripts. Scripts not tested.
This commit is contained in:
@@ -3,6 +3,7 @@ const path = require("path");
|
||||
|
||||
function NewNotification(config) {
|
||||
return Notification({
|
||||
|
||||
icon: path.join(__dirname, "../../src/assets/logo512.png"),
|
||||
...config,
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user