Skip to content

Commit a48e41f

Browse files
committed
bugfix: 反向移植了gui/vue.config.js以新增对rpm安装包的构建
1 parent d6751c1 commit a48e41f

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

packages/gui/vue.config.js

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -107,6 +107,10 @@ module.exports = defineConfig({
107107
target: 'tar.gz',
108108
arch: ['x64', 'arm64', 'armv7l'],
109109
},
110+
{
111+
target: 'rpm',
112+
arch: ['x64', 'arm64', 'armv7l'],
113+
}
110114
],
111115
category: 'System',
112116
},
@@ -124,7 +128,7 @@ module.exports = defineConfig({
124128
// url: 'http://dev-sidecar.docmirror.cn/update/preview/',
125129
},
126130
},
127-
chainWebpackMainProcess (config) {
131+
chainWebpackMainProcess(config) {
128132
config.entry('mitmproxy').add(path.join(__dirname, 'src/bridge/mitmproxy.js'))
129133
},
130134
},

0 commit comments

Comments
 (0)