optimize style
parent
6f0311b227
commit
29bc385387
|
@ -95,7 +95,7 @@ module.exports = defineConfig({
|
|||
},
|
||||
win: {
|
||||
icon: 'build/icons/',
|
||||
// requestedExecutionLevel: 'highestAvailable' // 加了这个无法开机自启
|
||||
// requestedExecutionLevel: 'highestAvailable', // 加了这个无法开机自启
|
||||
},
|
||||
linux: {
|
||||
icon: 'build/mac/',
|
||||
|
@ -107,7 +107,7 @@ module.exports = defineConfig({
|
|||
publish: {
|
||||
provider: publishProvider,
|
||||
url: publishUrl,
|
||||
// url: 'http://dev-sidecar.docmirror.cn/update/preview/'
|
||||
// url: 'http://dev-sidecar.docmirror.cn/update/preview/',
|
||||
},
|
||||
},
|
||||
chainWebpackMainProcess (config) {
|
||||
|
|
Loading…
Reference in New Issue