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 5812cf1 commit a525f47Copy full SHA for a525f47
.github/scripts/Windows/prepare_msys.sh
@@ -89,9 +89,10 @@ install_deltacast() {(
89
)}
90
91
install_gpujpeg() {(
92
+ fname=GPUJPEG-Windows.zip
93
wget --no-verbose \
-https://github.com/CESNET/GPUJPEG/releases/download/continuous/GPUJPEG.zip
94
- unzip GPUJPEG.zip
+https://github.com/CESNET/GPUJPEG/releases/download/continuous/"$fname"
95
+ unzip "./$fname"
96
cp -r GPUJPEG/* /usr/local/
97
98
0 commit comments