File tree Expand file tree Collapse file tree 2 files changed +4
-3
lines changed
Expand file tree Collapse file tree 2 files changed +4
-3
lines changed Original file line number Diff line number Diff line change @@ -224,4 +224,4 @@ for the corresponding `false` value.
224224
225225DrString has a lot of CLI options! You may install one of the completion scripts
226226included in the project if one exists for your shell. You can find them
227- [ here] ( ../../Scirpts /completions ) .
227+ [ here] ( ../../Scripts /completions ) .
Original file line number Diff line number Diff line change @@ -7,9 +7,10 @@ SWIFT_PATH=$(xcrun --find swift)
77rm -rf $LIB_PATH
88rm -rf $BIN_PATH
99mkdir -p $LIB_PATH
10- mkdir -p $BUILD_PATH /bin
10+ mkdir -p $BUILD_PATH /{bin,completions}
11+ cp -r Scripts/completions/* $BUILD_PATH /completions
1112cp .build/release/drstring $BIN_PATH
1213cp " $( dirname $SWIFT_PATH ) /../lib/swift/macosx/lib_InternalSwiftSyntaxParser.dylib" $LIB_PATH /lib_InternalSwiftSyntaxParser.dylib
1314install_name_tool -add_rpath @executable_path/../lib $BIN_PATH
14- tar -C $BUILD_PATH -czf drstring.tar.gz bin lib
15+ tar -C $BUILD_PATH -czf drstring.tar.gz bin lib completions
1516mv drstring.tar.gz .build
You can’t perform that action at this time.
0 commit comments