mirror of
https://github.com/quine-global/hyper.git
synced 2026-01-17 14:08:41 -09:00
use bzip2 compression for deb
This commit is contained in:
parent
459265caf4
commit
4d486f80ba
1 changed files with 1 additions and 0 deletions
|
|
@ -110,6 +110,7 @@
|
||||||
"darkModeSupport": true
|
"darkModeSupport": true
|
||||||
},
|
},
|
||||||
"deb": {
|
"deb": {
|
||||||
|
"compression": "bzip2",
|
||||||
"afterInstall": "./build/linux/after-install.tpl"
|
"afterInstall": "./build/linux/after-install.tpl"
|
||||||
},
|
},
|
||||||
"rpm": {
|
"rpm": {
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue