Skip to content

Commit

Permalink
fix: pkg name
Browse files Browse the repository at this point in the history
  • Loading branch information
itsjoeoui committed Dec 1, 2023
1 parent 303fd93 commit 6806437
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
"dev": "electron-vite dev --inspect --watch",
"build": "pnpm run typecheck && electron-vite build",
"postinstall": "electron-builder install-app-deps",
"electron-package:win": "pnpm run build && electron-builder --win --config",
"electron-package:windows": "pnpm run build && electron-builder --win --config",
"electron-package:mac": "pnpm run build && electron-builder --mac --config",
"electron-package:linux": "pnpm run build && electron-builder --linux --config"
},
Expand Down

0 comments on commit 6806437

Please sign in to comment.