Skip to content

Commit

Permalink
💚 修复macos electron-builder 构建问题:nklayman/vue-cli-plugin-electron-buil…
Browse files Browse the repository at this point in the history
  • Loading branch information
muwoo committed Jun 26, 2023
1 parent a827438 commit 40c92db
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "rubick",
"version": "2.2.11",
"version": "2.2.12",
"author": "muwoo <[email protected]>",
"private": true,
"scripts": {
Expand Down Expand Up @@ -63,5 +63,10 @@
"typescript": "~4.1.5",
"vue-cli-plugin-electron-builder": "~2.1.1",
"worker-plugin": "^5.0.1"
},
"overrides": {
"vue-cli-plugin-electron-builder": {
"electron-builder": "^23.0.3"
}
}
}

0 comments on commit 40c92db

Please sign in to comment.