xtendo-org / chips

A fast, lightweight, and concurrent plugin manager for the fish shell, written in Haskell
73 stars 3 forks source link

chips 1.1.2 #29

Closed simnalamburt closed 7 years ago

simnalamburt commented 7 years ago

This release just contains https://github.com/xtendo-org/chips/pull/28, but it's important for legacy system users.

Attachment: chips_osx.zip (3.93 MB)

Built with the command below in macOS Sierra

# Release steps for macOS
stack build; \
    and cp .stack-work/install/x86_64-osx/nightly-2016-10-29/8.0.1/bin/chips chips_osx; \
    and strip -u -r chips_osx; \
    and upx -9 --lzma chips_osx; \
    and zip chips_osx.zip chips_osx; \
    and rm chips_osx