mirror of
https://github.com/qier222/YesPlayMusic.git
synced 2024-11-22 05:12:21 +08:00
chore(electron): disable compression:maximum option in vue.config.js
This commit is contained in:
parent
1374fbd450
commit
7f15fa14e2
|
@ -53,7 +53,7 @@ module.exports = {
|
|||
builderOptions: {
|
||||
productName: "YesPlayMusic",
|
||||
copyright: "Copyright © YesPlayMusic",
|
||||
compression: "maximum", // 机器好的可以打开,配置压缩
|
||||
// compression: "maximum", // 机器好的可以打开,配置压缩,开启后会让 .AppImage 格式的客户端启动缓慢
|
||||
asar: true,
|
||||
publish: [
|
||||
{
|
||||
|
|
Loading…
Reference in New Issue
Block a user