We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f5ccb38 commit d0e4684Copy full SHA for d0e4684
forge.config.js
@@ -97,14 +97,14 @@ const config = {
97
additionalDMGOptions: {
98
window: { size: { width: 660, height: 500 } },
99
filesystem: 'APFS',
100
- ...(process.argv.includes('--dry-run') || process.argv.includes('--no-sign')
101
- ? {}
102
- : {
103
- 'code-sign': {
104
- 'signing-identity': process.env.APPLE_SIGNING_ID,
105
- identifier: packageJson.appId,
106
- },
107
- }),
+ // ...(process.argv.includes('--dry-run') || process.argv.includes('--no-sign')
+ // ? {}
+ // : {
+ // 'code-sign': {
+ // 'signing-identity': process.env.APPLE_SIGNING_ID,
+ // identifier: packageJson.appId,
+ // },
+ // }),
108
},
109
110
0 commit comments