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 d80a6aa commit b19508fCopy full SHA for b19508f
electron-builder.config.js
@@ -8,15 +8,13 @@ if (process.env.VITE_APP_VERSION === undefined) {
8
* @see https://www.electron.build/configuration/configuration
9
*/
10
const config = {
11
- build: {
12
- productName: 'Mark Vue',
13
- appId: 'org.helloefficiency.markvue',
14
- afterSign: 'electron-builder-notarize',
15
- mac: {
16
- darkModeSupport: true,
17
- gatekeeperAssess: false,
18
- hardenedRuntime: true,
19
- },
+ 'productName': 'Mark Vue',
+ 'appId': 'org.helloefficiency.markvue',
+ 'afterSign': 'electron-builder-notarize',
+ 'mac': {
+ 'darkModeSupport': true,
+ 'gatekeeperAssess': false,
+ 'hardenedRuntime': true,
20
},
21
directories: {
22
output: 'dist',
0 commit comments