Skip to content

Commit 8de8142

Browse files
committed
Add psc-package to release bundle
1 parent 03bc072 commit 8de8142

2 files changed

Lines changed: 2 additions & 1 deletion

File tree

bundle/README

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,7 @@ This bundle contains the following executables:
1919
- psc-ide-server Provides Editor Support in the form of type information and
2020
autocompletion
2121
- psc-ide-client Utility to query psc-ide-server
22+
- psc-package Package manager for PureScript packages
2223

2324
Copy these files anywhere on your PATH.
2425

bundle/build.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ fi
2626
mkdir -p bundle/build/purescript
2727

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

0 commit comments

Comments
 (0)