Skip to content

Commit

Permalink
feat: Downloader speed improvements, update Maple2.dll
Browse files Browse the repository at this point in the history
  • Loading branch information
shuabritze committed Sep 25, 2024
1 parent 54b02ee commit 0294213
Show file tree
Hide file tree
Showing 11 changed files with 432 additions and 108 deletions.
5 changes: 5 additions & 0 deletions forge.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,11 @@ const config: ForgeConfig = {
config: "vite.preload.config.ts",
target: "preload",
},
{
entry: "src/worker.ts",
config: "vite.worker.config.ts",
target: "main",
},
],
renderer: [
{
Expand Down
8 changes: 7 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "mushroom-launcher",
"productName": "Mushroom Launcher",
"version": "1.1.2",
"version": "1.1.3",
"description": "Mushhroom Game Launcher",
"main": ".vite/build/main.js",
"private": true,
Expand All @@ -23,7 +23,9 @@
"@electron-forge/plugin-fuses": "^7.5.0",
"@electron-forge/plugin-vite": "^7.5.0",
"@electron/fuses": "^1.8.0",
"@types/adm-zip": "^0.5.5",
"@types/electron-squirrel-startup": "^1.0.2",
"@types/lzma": "^2.3.0",
"@types/steam-totp": "^2.1.2",
"@types/steam-user": "^5.0.2",
"@typescript-eslint/eslint-plugin": "^5.0.0",
Expand Down Expand Up @@ -62,12 +64,16 @@
"@radix-ui/react-slot": "^1.1.0",
"@radix-ui/react-toast": "^1.2.1",
"@types/react-dom": "^18.3.0",
"adm-zip": "^0.5.16",
"axios": "^1.7.7",
"class-variance-authority": "^0.7.0",
"clsx": "^2.1.1",
"dotenv": "^16.4.5",
"electron-log": "^5.2.0",
"electron-squirrel-startup": "^1.0.1",
"generic-pool": "^3.9.0",
"lucide-react": "^0.445.0",
"lzma": "^2.3.2",
"react": "^18.3.1",
"react-awesome-reveal": "^4.2.14",
"react-dom": "^18.3.1",
Expand Down
Loading

0 comments on commit 0294213

Please sign in to comment.