fish: change vendor_conf.d script name to rtx-activate.fish (#1025)

For some reason it does not work named "rtx.fish"
This commit is contained in:
jdx 2023-11-29 19:26:36 -06:00 committed by GitHub
parent 7e8c713384
commit 0b5de1f35a
2 changed files with 1 additions and 1 deletions

View File

@ -71,7 +71,7 @@ cp "target/$RUST_TRIPLE/release/rtx" dist/rtx/bin/rtx
cp README.md dist/rtx/README.md
cp LICENSE dist/rtx/LICENSE
cp {,dist/rtx/}man/man1/rtx.1
cp {,dist/rtx/}share/fish/vendor_conf.d/rtx.fish
cp {,dist/rtx/}share/fish/vendor_conf.d/rtx-activate.fish
cd dist
tar -cJf "$BASENAME.tar.xz" rtx