Compare commits

..

No commits in common. "6bca0b32a906244a8f84ba4948ad0d9b3a0ebf7b" and "401be3c9773ed4f22dfc187ca815302b77285923" have entirely different histories.

View File

@ -3,14 +3,14 @@ const { app, BrowserWindow, Menu, ipcMain, dialog, shell } = require(
"electron",
);
/* const unhandled = require("electron-unhandled");
const unhandled = require("electron-unhandled");
unhandled({
logger: console.error,
showDialog: true,
reportButton: () => {
shell.openExternal("https://ez-pp.farm/discord");
},
}); */
});
const path = require("path");
const serve = require("electron-serve");