Compare commits
No commits in common. "6bca0b32a906244a8f84ba4948ad0d9b3a0ebf7b" and "401be3c9773ed4f22dfc187ca815302b77285923" have entirely different histories.
6bca0b32a9
...
401be3c977
4
main.js
4
main.js
@ -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");
|
||||
|
Loading…
x
Reference in New Issue
Block a user