1
Fork 0
This commit is contained in:
KorbsStudio 2023-02-27 19:03:47 -05:00
parent 5f1313d314
commit 58feb03f45
No known key found for this signature in database
4 changed files with 6 additions and 4869 deletions

2
.env
View file

@ -29,4 +29,4 @@ NotificationType="Native" # "Custom" "Native"
PushyAppId="63e9212d7446e48a2a0e8ec0"
# Crash Reporter
CrashReportServer: "https://nexuspolestar.bugsplat.com/post/electron/crash.php"
CrashReportServer="https://nexuspolestar.bugsplat.com/post/electron/crash.php"

View file

@ -12,7 +12,7 @@ const Pushy = require('pushy-electron')
// Needed for other stuff
const path = require('path')
const bugsplat = require("bugsplat");
// const bugsplat = require("bugsplat");
let mainWindow
// Grab .env options
@ -213,7 +213,7 @@ else {
})
const javaScriptErrorHandler = async (error) => {
await bugsplat.post(error);
// await bugsplat.post(error);
app.quit();
}
}
@ -236,4 +236,4 @@ app.whenReady().then(() => {
// app.disableHardwareAcceleration()
app.on('window-all-closed', () => {
app.quit()
})
})

View file

@ -16,7 +16,7 @@
"electron-builder": "^23.6.0"
},
"dependencies": {
"astro": "^2.0.0",
"astro": "^2.0.9",
"bugsplat-node": "^2.1.0",
"dotenv": "^16.0.3",
"electron-is-dev": "^2.0.0",
@ -25,6 +25,6 @@
"glasstron-clarity": "^0.1.26",
"pushy-electron": "^1.0.11",
"replace": "^1.2.2",
"sass": "^1.57.1"
"sass": "^1.58.3"
}
}

File diff suppressed because it is too large Load diff