Skip to content

Commit

Permalink
Merge pull request #1323 from HomerSp/fpm-compression-gz
Browse files Browse the repository at this point in the history
Use gz for fpm compression
  • Loading branch information
HomerSp committed Apr 8, 2021
2 parents 1f983dd + 86515d1 commit 047f976
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions gulpfile.coffee
Expand Up @@ -408,6 +408,7 @@ archOpts.forEach (arch) ->
'--package', "./dist/#{packageName}"
'--after-install', './resources/linux/after-install.sh'
'--after-remove', './resources/linux/after-remove.sh'
'--pacman-compression', 'gz'
"./dist/#{json.name}-linux-#{arch}/.=/opt/#{json.name}"
"./resources/linux/app.desktop=/usr/share/applications/#{json.name}.desktop"
].concat iconArgs
Expand Down

0 comments on commit 047f976

Please sign in to comment.