Skip to content

Commit f15b084

Browse files
committed
wip
1 parent 5f34227 commit f15b084

File tree

3 files changed

+1396
-600
lines changed

3 files changed

+1396
-600
lines changed

resources/js/electron-builder.js

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ export default {
5959
'!{.env,.env.*,.npmrc,pnpm-lock.yaml}',
6060
],
6161
asarUnpack: [
62-
'resources/*',
62+
'resources/**',
6363
],
6464
beforePack: async (context) => {
6565
let arch = {
@@ -102,7 +102,6 @@ export default {
102102
NSDownloadsFolderUsageDescription:
103103
"Application requests access to the user's Downloads folder.",
104104
},
105-
notarize: true,
106105
},
107106
dmg: {
108107
artifactName: appName + '-${version}-${arch}.${ext}',

0 commit comments

Comments
 (0)