File tree Expand file tree Collapse file tree 1 file changed +14
-2
lines changed Expand file tree Collapse file tree 1 file changed +14
-2
lines changed Original file line number Diff line number Diff line change 4
4
call CloneRepositories.cmd https://github.com/ImageMagick shallow
5
5
6
6
set INNOSETUP = C:\InnoSetup
7
- if exist " C:\InnoSetup" goto strawberry
7
+ if exist " C:\InnoSetup" goto x86
8
8
9
9
mkdir %INNOSETUP%
10
10
cd %INNOSETUP%
11
11
echo Downloading innosetup-5.5.9-unicode.exe
12
12
appveyor DownloadFile https://github.com/ImageMagick/ImageMagick-Windows/releases/download/20160630/innosetup-5.5.9-unicode.exe
13
13
cd ..
14
14
15
- :strawberry
15
+ :x86
16
16
17
17
if " %1 " == " x64" goto x64
18
18
19
+ set VISUALMAGICKBIN = C:\ImageMagick\VisualMagick\bin
20
+ cd %VISUALMAGICKBIN%
21
+
22
+ echo Downloading ffmpeg-4.2-win32.exe
23
+ appveyor DownloadFile https://github.com/ImageMagick/ImageMagick-Windows/releases/download/20160630/ffmpeg-4.2-win32.exe -FileName " ffmpeg.exe"
24
+
19
25
set STRAWBERRYX86 = C:\Strawberry-x86
20
26
if exist %STRAWBERRYX86% goto install
21
27
@@ -28,6 +34,12 @@ goto install
28
34
29
35
:x64
30
36
37
+ set VISUALMAGICKBIN = C:\ImageMagick\VisualMagick\bin
38
+ cd %VISUALMAGICKBIN%
39
+
40
+ echo Downloading ffmpeg-4.2-win64.exe
41
+ appveyor DownloadFile https://github.com/ImageMagick/ImageMagick-Windows/releases/download/20160630/ffmpeg-4.2-win64.exe -FileName " ffmpeg.exe"
42
+
31
43
set STRAWBERRY64 = C:\Strawberry-x64
32
44
if exist %STRAWBERRY64% goto install
33
45
You can’t perform that action at this time.
0 commit comments