Skip to content

Commit

Permalink
add pure zip file in release
Browse files Browse the repository at this point in the history
  • Loading branch information
yausername committed Feb 23, 2019
1 parent 858c8d8 commit c9c3848
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions release.sh
Original file line number Diff line number Diff line change
Expand Up @@ -114,7 +114,9 @@ make youtube-dl youtube-dl.tar.gz
#read -p "VM running? (y/n) " -n 1
#wget "http://$buildserver/build/rg3/youtube-dl/youtube-dl.exe?rev=$REV" -O youtube-dl.exe
mkdir -p "build/$version"
sed '1d' youtube-dl > youtube_dl.zip
mv youtube-dl "build/$version"
mv youtube_dl.zip "build/$version"
mv youtube-dl.tar.gz "build/$version/youtube-dl-$version.tar.gz"
RELEASE_FILES="youtube-dl youtube-dl-$version.tar.gz"
(cd build/$version/ && md5sum $RELEASE_FILES > MD5SUMS)
Expand Down

0 comments on commit c9c3848

Please sign in to comment.