Skip to content

Commit

Permalink
Compress the static binary using UPX
Browse files Browse the repository at this point in the history
  • Loading branch information
dahlia committed May 1, 2017
1 parent 38630cc commit d491ce9
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@ before_deploy:
- mkdir -p /tmp/sbuild
- export NIGHTLY_BINARY_PATH="/tmp/sbuild/nicovideo-translator-$(uname -s | tr '[A-Z]' '[a-z]')-$(uname -m)"
- cp "$(stack path --local-bin-path)/nicovideo-translator" "$NIGHTLY_BINARY_PATH"
- upx-ucl -9 "$NIGHTLY_BINARY_PATH"
deploy:
- provider: hackage
username: hongminhee
Expand Down
2 changes: 1 addition & 1 deletion nicovideo-translator.cabal
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
name: nicovideo-translator
version: 0.3.0.1
version: 0.3.0.2
synopsis: Nico Nico Douga (ニコニコ動画) Comment Translator
description: Translate comments (written in Japanese) on
Nico Nico Douga (ニコニコ動画) to your language.
Expand Down

0 comments on commit d491ce9

Please sign in to comment.