Skip to content

Commit 68c3ddb

Browse files
authored
Merge pull request #8 from yausername/disableLazyExtractors
Disable lazy extractors
2 parents 950f9ca + c053603 commit 68c3ddb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

release.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -113,7 +113,7 @@ fi
113113

114114
/bin/echo -e "\n### OK, now it is time to build the binaries..."
115115
REV=$(git rev-parse HEAD)
116-
make lazy-extractors
116+
#make lazy-extractors
117117
make youtube-dl youtube-dl.tar.gz
118118
#read -p "VM running? (y/n) " -n 1
119119
#wget "http://$buildserver/build/rg3/youtube-dl/youtube-dl.exe?rev=$REV" -O youtube-dl.exe

0 commit comments

Comments
 (0)