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

Commit 66f8f18

Browse files
author
dirk
committed
Fix path to configure files.
1 parent 711d243 commit 66f8f18

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

AppVeyor/Build.ps1

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -162,13 +162,13 @@ function CreatePortable($config, $version)
162162
New-Item -ItemType directory -Path .\Portable | Out-Null
163163

164164
Copy-Item ..\VisualMagick\bin\*.exe .\Portable
165-
Copy-Item ..\VisualMagick\config\colors.xml .\Portable
166-
Copy-Item ..\VisualMagick\config\english.xml .\Portable
167-
Copy-Item ..\VisualMagick\config\locale.xml .\Portable
168-
Copy-Item ..\VisualMagick\config\log.xml .\Portable
169-
Copy-Item ..\VisualMagick\config\magic.xml .\Portable
170-
Copy-Item ..\VisualMagick\config\mime.xml .\Portable
171-
Copy-Item ..\VisualMagick\config\quantization-table.xml .\Portable
165+
Copy-Item ..\ImageMagick\config\colors.xml .\Portable
166+
Copy-Item ..\ImageMagick\config\english.xml .\Portable
167+
Copy-Item ..\ImageMagick\config\locale.xml .\Portable
168+
Copy-Item ..\ImageMagick\config\log.xml .\Portable
169+
Copy-Item ..\ImageMagick\config\magic.xml .\Portable
170+
Copy-Item ..\ImageMagick\config\mime.xml .\Portable
171+
Copy-Item ..\ImageMagick\config\quantization-table.xml .\Portable
172172
Copy-Item ..\VisualMagick\bin\configure.xml .\Portable
173173
Copy-Item ..\VisualMagick\bin\ImageMagick.rdf .\Portable
174174
Copy-Item ..\VisualMagick\bin\delegates.xml .\Portable

0 commit comments

Comments
 (0)