Merge branch 'master' into arm-support

pull/401/head
王良 2024-11-26 17:52:26 +08:00 committed by GitHub
commit 65737525e1
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 2 additions and 2 deletions

View File

@ -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) {