4 Commits
2.1.0 ... 2.1.1

2 changed files with 3 additions and 3 deletions

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");

View File

@@ -1,6 +1,6 @@
{
"name": "ezpplauncher-next",
"version": "2.1.0",
"version": "2.1.1",
"description": "EZPPLauncher rewritten with Svelte.",
"private": false,
"license": "MIT",