update
This commit is contained in:
parent
5f1313d314
commit
58feb03f45
4 changed files with 6 additions and 4869 deletions
2
.env
2
.env
|
@ -29,4 +29,4 @@ NotificationType="Native" # "Custom" "Native"
|
||||||
PushyAppId="63e9212d7446e48a2a0e8ec0"
|
PushyAppId="63e9212d7446e48a2a0e8ec0"
|
||||||
|
|
||||||
# Crash Reporter
|
# Crash Reporter
|
||||||
CrashReportServer: "https://nexuspolestar.bugsplat.com/post/electron/crash.php"
|
CrashReportServer="https://nexuspolestar.bugsplat.com/post/electron/crash.php"
|
|
@ -12,7 +12,7 @@ const Pushy = require('pushy-electron')
|
||||||
|
|
||||||
// Needed for other stuff
|
// Needed for other stuff
|
||||||
const path = require('path')
|
const path = require('path')
|
||||||
const bugsplat = require("bugsplat");
|
// const bugsplat = require("bugsplat");
|
||||||
let mainWindow
|
let mainWindow
|
||||||
|
|
||||||
// Grab .env options
|
// Grab .env options
|
||||||
|
@ -213,7 +213,7 @@ else {
|
||||||
})
|
})
|
||||||
|
|
||||||
const javaScriptErrorHandler = async (error) => {
|
const javaScriptErrorHandler = async (error) => {
|
||||||
await bugsplat.post(error);
|
// await bugsplat.post(error);
|
||||||
app.quit();
|
app.quit();
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
@ -236,4 +236,4 @@ app.whenReady().then(() => {
|
||||||
// app.disableHardwareAcceleration()
|
// app.disableHardwareAcceleration()
|
||||||
app.on('window-all-closed', () => {
|
app.on('window-all-closed', () => {
|
||||||
app.quit()
|
app.quit()
|
||||||
})
|
})
|
||||||
|
|
|
@ -16,7 +16,7 @@
|
||||||
"electron-builder": "^23.6.0"
|
"electron-builder": "^23.6.0"
|
||||||
},
|
},
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"astro": "^2.0.0",
|
"astro": "^2.0.9",
|
||||||
"bugsplat-node": "^2.1.0",
|
"bugsplat-node": "^2.1.0",
|
||||||
"dotenv": "^16.0.3",
|
"dotenv": "^16.0.3",
|
||||||
"electron-is-dev": "^2.0.0",
|
"electron-is-dev": "^2.0.0",
|
||||||
|
@ -25,6 +25,6 @@
|
||||||
"glasstron-clarity": "^0.1.26",
|
"glasstron-clarity": "^0.1.26",
|
||||||
"pushy-electron": "^1.0.11",
|
"pushy-electron": "^1.0.11",
|
||||||
"replace": "^1.2.2",
|
"replace": "^1.2.2",
|
||||||
"sass": "^1.57.1"
|
"sass": "^1.58.3"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
4863
pnpm-lock.yaml
4863
pnpm-lock.yaml
File diff suppressed because it is too large
Load diff
Reference in a new issue