Fixed tweaks and mods, added localization, added antivirus walkthrough

This commit is contained in:
OctoWoW
2026-06-28 18:47:47 +00:00
parent c2f7b7d6e4
commit 1047a90704
51 changed files with 3426 additions and 938 deletions
+2 -2
View File
@@ -1,6 +1,6 @@
{
"name": "octo-launcher",
"version": "1.0.27",
"version": "1.1.1",
"description": "An Electron application for launching and updating the OctoWoW client",
"author": "OctoWoW",
"copyright": "Copyright © 2026 OctoWoW",
@@ -9,7 +9,7 @@
"start": "electron-vite preview",
"dev": "electron-vite dev",
"server": "cd server && npm run dev",
"postinstall": "electron-builder install-app-deps && node scripts/scrub-native-paths.cjs",
"postinstall": "electron-builder install-app-deps",
"build": "electron-vite build",
"build:test": "electron-vite build --mode test",
"pack": "electron-builder --config",