6 Commits

3 changed files with 4 additions and 4 deletions

View File

@@ -1,4 +1,4 @@
const appName = "EZPPLauncher";
const appVersion = "2.1.0";
const appVersion = "2.1.1";
module.exports = { appName, appVersion };

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",