Merge branch 'master' into arm-support
commit
65737525e1
|
@ -102,7 +102,7 @@ module.exports = defineConfig({
|
||||||
arch: ['x64', 'ia32', 'arm64'],
|
arch: ['x64', 'ia32', 'arm64'],
|
||||||
},
|
},
|
||||||
],
|
],
|
||||||
// requestedExecutionLevel: 'highestAvailable' // 加了这个无法开机自启
|
// requestedExecutionLevel: 'highestAvailable', // 加了这个无法开机自启
|
||||||
},
|
},
|
||||||
linux: {
|
linux: {
|
||||||
icon: 'build/mac/',
|
icon: 'build/mac/',
|
||||||
|
@ -121,7 +121,7 @@ module.exports = defineConfig({
|
||||||
publish: {
|
publish: {
|
||||||
provider: publishProvider,
|
provider: publishProvider,
|
||||||
url: publishUrl,
|
url: publishUrl,
|
||||||
// url: 'http://dev-sidecar.docmirror.cn/update/preview/'
|
// url: 'http://dev-sidecar.docmirror.cn/update/preview/',
|
||||||
},
|
},
|
||||||
},
|
},
|
||||||
chainWebpackMainProcess (config) {
|
chainWebpackMainProcess (config) {
|
||||||
|
|
Loading…
Reference in New Issue