mirror of
https://github.com/Foundry376/Mailspring.git
synced 2024-12-27 10:33:56 +08:00
bump electron 12.2.3
This commit is contained in:
parent
6dc0e82509
commit
0255ce7b50
3 changed files with 15074 additions and 51 deletions
|
@ -106,7 +106,7 @@ module.exports = ErrorLogger = (function() {
|
||||||
/////////////////////////////////////////////////////////////////////
|
/////////////////////////////////////////////////////////////////////
|
||||||
|
|
||||||
ErrorLogger.prototype._startCrashReporter = function(args) {
|
ErrorLogger.prototype._startCrashReporter = function(args) {
|
||||||
crashReporter.start({
|
/* crashReporter.start({
|
||||||
productName: 'Mailspring',
|
productName: 'Mailspring',
|
||||||
companyName: 'Mailspring',
|
companyName: 'Mailspring',
|
||||||
submitURL: `https://id.getmailspring.com/report-crash?ver=${appVersion}&platform=${process.platform}`,
|
submitURL: `https://id.getmailspring.com/report-crash?ver=${appVersion}&platform=${process.platform}`,
|
||||||
|
@ -116,7 +116,7 @@ module.exports = ErrorLogger = (function() {
|
||||||
ver: appVersion,
|
ver: appVersion,
|
||||||
platform: process.platform,
|
platform: process.platform,
|
||||||
},
|
},
|
||||||
});
|
}) */
|
||||||
};
|
};
|
||||||
|
|
||||||
ErrorLogger.prototype._extendNativeConsole = function(args) {
|
ErrorLogger.prototype._extendNativeConsole = function(args) {
|
||||||
|
|
15119
package-lock.json
generated
15119
package-lock.json
generated
File diff suppressed because it is too large
Load diff
|
@ -52,7 +52,7 @@
|
||||||
"@typescript-eslint/parser": "^4.7.0",
|
"@typescript-eslint/parser": "^4.7.0",
|
||||||
"chalk": "1.x.x",
|
"chalk": "1.x.x",
|
||||||
"devtron": "^1.4.0",
|
"devtron": "^1.4.0",
|
||||||
"electron": "10.4.7",
|
"electron": "12.2.3",
|
||||||
"electron-installer-dmg": "^3.0.0",
|
"electron-installer-dmg": "^3.0.0",
|
||||||
"electron-packager": "15.2.x",
|
"electron-packager": "15.2.x",
|
||||||
"electron-winstaller": "2.x.x",
|
"electron-winstaller": "2.x.x",
|
||||||
|
|
Loading…
Reference in a new issue