Skip to content

Commit d81b7bc

Browse files
committed
Mac Build Setting
- Set build target to `pkg` for `macOS` build settings to avoid `dmg` build failure caused by no support for 32-bit apps on `macOS 10.15+`. Refer to `Known issues` section in `README` for more details.
1 parent b49ab7a commit d81b7bc

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

package.json

+3
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,9 @@
1818
"app": "./dist/",
1919
"output": "./out/"
2020
},
21+
"mac": {
22+
"target": "pkg"
23+
},
2124
"win": {
2225
"target": "nsis",
2326
"asar": false

0 commit comments

Comments
 (0)