File tree Expand file tree Collapse file tree 2 files changed +6
-1
lines changed Expand file tree Collapse file tree 2 files changed +6
-1
lines changed Original file line number Diff line number Diff line change @@ -54,9 +54,13 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
54
54
- Enabled ` asar ` . _ (turn it off if the executable built doesn't work)_
55
55
- Disabled one click installer.
56
56
- Allowed custom installation directory in the installer built.
57
+ - ` mac ` :
58
+ - Changed build target back to ` dmg ` .
57
59
58
60
### Fixed
59
61
- ESLint errors/warnings on ` main.ts ` & ` renderer.tsx ` .
62
+ - ` electron-builder ` fails to build ` dmg ` on ` macOS ` (issue
63
+ [ electron-builder #3990 ] )by upgrading the package version to ` > 21.2.0 ` .
60
64
61
65
### Removed
62
66
- NPM package ` copy-pkg-json-webpack-plugin ` as it doesn't work with Webpack 5
@@ -152,3 +156,4 @@ issue.
152
156
[ 2.0.2 ] : https://github.com/Devtography/electron-react-typescript-webpack-boilerplate/compare/v2.0.1...v2.0.2
153
157
154
158
[ Issue #2 ] : https://github.com/Devtography/electron-react-typescript-webpack-boilerplate/issues/2
159
+ [ electron-builder #3990 ] : https://github.com/electron-userland/electron-builder/issues/3990
Original file line number Diff line number Diff line change 19
19
"output" : " ./out/"
20
20
},
21
21
"mac" : {
22
- "target" : " pkg "
22
+ "target" : " dmg "
23
23
},
24
24
"win" : {
25
25
"target" : " nsis" ,
You can’t perform that action at this time.
0 commit comments