Skip to content

Commit

Permalink
Use gz for fpm compression as the latest version uses zstd by default…
Browse files Browse the repository at this point in the history
… which travis doesn't support.
  • Loading branch information
HomerSp committed Apr 8, 2021
1 parent 1f983dd commit 86515d1
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 86515d1

Please sign in to comment.