mirror of
https://github.com/GiriNeko/YesPlayMusic.git
synced 2025-12-16 21:28:06 +00:00
chore(electron): disable compression:maximum option in vue.config.js
This commit is contained in:
parent
1374fbd450
commit
7f15fa14e2
1 changed files with 1 additions and 1 deletions
|
|
@ -53,7 +53,7 @@ module.exports = {
|
||||||
builderOptions: {
|
builderOptions: {
|
||||||
productName: "YesPlayMusic",
|
productName: "YesPlayMusic",
|
||||||
copyright: "Copyright © YesPlayMusic",
|
copyright: "Copyright © YesPlayMusic",
|
||||||
compression: "maximum", // 机器好的可以打开,配置压缩
|
// compression: "maximum", // 机器好的可以打开,配置压缩,开启后会让 .AppImage 格式的客户端启动缓慢
|
||||||
asar: true,
|
asar: true,
|
||||||
publish: [
|
publish: [
|
||||||
{
|
{
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue