We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0dbd871 commit cdbf2f5Copy full SHA for cdbf2f5
install.sh
@@ -117,7 +117,7 @@ downloadFile() {
117
TAG=$1
118
fi
119
# arduino-lint_0.4.0-rc1_Linux_64bit.[tar.gz, zip]
120
- APPLICATION_DIST_PREFIX="${PROJECT_NAME}_${TAG}_"
+ APPLICATION_DIST_PREFIX="${PROJECT_NAME}_${TAG#"v"}_"
121
if [ "$OS" = "Windows" ]; then
122
APPLICATION_DIST_EXTENSION=".zip"
123
else
0 commit comments