Added electron builder and auto update scripts. Scripts not tested.

This commit is contained in:
Patrick Fic
2020-10-15 16:59:44 -07:00
parent e6d1c7188b
commit 827243e11f
6 changed files with 1078 additions and 26 deletions

View File

@@ -3,6 +3,7 @@ const path = require("path");
function NewNotification(config) {
return Notification({
icon: path.join(__dirname, "../../src/assets/logo512.png"),
...config,
});