未验证 提交 bead403c 编写于 作者: L Le Barde 提交者: GitHub

Set Appimage compression rate to `normal` (#906)

Appimage construction used to compress files aggressively. Using roughly no compression reduces the start time by ~90%.

Closes #893
上级 c608bd6c
......@@ -46,7 +46,7 @@
"appId": "com.edex.ui",
"productName": "eDEX-UI",
"asar": true,
"compression": "maximum",
"compression": "normal",
"copyright": "Copyright © 2017-2020 Gabriel 'Squared' SAILLARD <gabriel@saillard.dev> (https://gaby.dev)",
"directories": {
"output": "dist",
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册