Skip to content

Commit

Permalink
Fix pack.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
TooTallNate committed Dec 12, 2018
1 parent 7b71a6d commit e747059
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pack.sh
Expand Up @@ -9,7 +9,7 @@ mkdir -p "${dir}"

pkg . \
--output "${dir}/nightscout-ps1-v${tag}" \
-t node9-alpine,node9-linux,node9-macos,node9-win
-t node10-alpine,node10-linux,node10-macos,node10-win

for fullpath in "${dir}"/*; do
ext=""
Expand Down

0 comments on commit e747059

Please sign in to comment.