We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 405e725 commit a3f621aCopy full SHA for a3f621a
install.sh
@@ -58,7 +58,7 @@ main() {
58
echo "Latest version: v$version"
59
60
# Construct download URL
61
- filename="ftv_${version}_${platform}.tar.gz"
+ filename="FastTableViewer_${version}_${platform}.tar.gz"
62
url="https://github.com/codechenx/FastTableViewer/releases/download/v${version}/${filename}"
63
64
echo "Downloading: $url"
@@ -74,7 +74,7 @@ main() {
74
fi
75
76
# Move binary to current directory
77
- mv "$tmp_dir/ftv" "$PWD/ftv"
+ mv "$tmp_dir/FastTableViewer" "$PWD/ftv"
78
chmod +x "$PWD/ftv"
79
80
echo
0 commit comments