Skip to content
This repository was archived by the owner on Aug 22, 2025. It is now read-only.

Commit 6d5a20e

Browse files
author
dirk
committed
Go back to root folder after the installation.
1 parent 1f55728 commit 6d5a20e

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

AppVeyor/Install.cmd

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,4 +39,5 @@ appveyor DownloadFile https://github.com/ImageMagick/ImageMagick-Windows/release
3939
cd C:\ImageMagick\AppVeyor
4040
powershell -ExecutionPolicy Unrestricted .\Install-InnoSetup.ps1
4141
if "%1" == "x86" powershell -ExecutionPolicy Unrestricted .\Install-StrawberryPerl-x86.ps1
42-
if "%1" == "x64" powershell -ExecutionPolicy Unrestricted .\Install-StrawberryPerl-x64.ps1
42+
if "%1" == "x64" powershell -ExecutionPolicy Unrestricted .\Install-StrawberryPerl-x64.ps1
43+
cd ..

0 commit comments

Comments
 (0)