Skip to content

Commit

Permalink
Merge pull request #2420 from marsam/master
Browse files Browse the repository at this point in the history
Add psc-package to release bundle
  • Loading branch information
paf31 committed Nov 8, 2016
2 parents 03bc072 + 8de8142 commit 1ecd787
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions bundle/README
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@ This bundle contains the following executables:
- psc-ide-server Provides Editor Support in the form of type information and
autocompletion
- psc-ide-client Utility to query psc-ide-server
- psc-package Package manager for PureScript packages

Copy these files anywhere on your PATH.

2 changes: 1 addition & 1 deletion bundle/build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ fi
mkdir -p bundle/build/purescript

# Strip the binaries, and copy them to the staging directory
for BIN in psc psci psc-docs psc-publish psc-bundle psc-ide-server psc-ide-client
for BIN in psc psci psc-docs psc-publish psc-bundle psc-ide-server psc-ide-client psc-package
do
FULL_BIN="$LOCAL_INSTALL_ROOT/bin/${BIN}${BIN_EXT}"
if [ "$OS" != "win64" ]
Expand Down

0 comments on commit 1ecd787

Please sign in to comment.