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 cb1b02b commit 9d50c5dCopy full SHA for 9d50c5d
build.js
@@ -71,6 +71,7 @@ const buildApp = async () => {
71
copyright: `Copyright © ${new Date().getFullYear()} Cosmic-fi (Cosmic Boucher)`,
72
forceCodeSigning: false,
73
afterSign: null,
74
+ publish: null,
75
artifactName: '${productName}-${version}-${os}-${arch}.${ext}',
76
extraMetadata: {
77
main: 'appsrc/electron/main.js'
0 commit comments