From d0838ec954cc35072d19ead84c7677d54343a9e2 Mon Sep 17 00:00:00 2001 From: Steven Hugg Date: Sun, 11 Jul 2021 16:17:13 -0500 Subject: [PATCH] electron: added update-electron-app; updated menu liks --- electron.js | 2 +- index.html | 7 +- package-lock.json | 342 ++++++++++++++++------------------------------ package.json | 3 +- 4 files changed, 124 insertions(+), 230 deletions(-) diff --git a/electron.js b/electron.js index 2298d4b5..446f15fe 100644 --- a/electron.js +++ b/electron.js @@ -5,7 +5,7 @@ const modpath = require('path') const isMac = process.platform === 'darwin' // call updater -///require('update-electron-app')() +require('update-electron-app')() // init sentry require('@sentry/electron').init({ dsn: "https://bf329df3d1b34afa9f5b5e8ecd80ad11@o320878.ingest.sentry.io/1813925" }); diff --git a/index.html b/index.html index 5a1eb910..01b752de 100644 --- a/index.html +++ b/index.html @@ -129,12 +129,11 @@ if (window.location.host.endsWith('8bitworkshop.com')) {