We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d6751c1 commit a48e41fCopy full SHA for a48e41f
packages/gui/vue.config.js
@@ -107,6 +107,10 @@ module.exports = defineConfig({
107
target: 'tar.gz',
108
arch: ['x64', 'arm64', 'armv7l'],
109
},
110
+ {
111
+ target: 'rpm',
112
+ arch: ['x64', 'arm64', 'armv7l'],
113
+ }
114
],
115
category: 'System',
116
@@ -124,7 +128,7 @@ module.exports = defineConfig({
124
128
// url: 'http://dev-sidecar.docmirror.cn/update/preview/',
125
129
126
130
127
- chainWebpackMainProcess (config) {
131
+ chainWebpackMainProcess(config) {
132
config.entry('mitmproxy').add(path.join(__dirname, 'src/bridge/mitmproxy.js'))
133
134
0 commit comments