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

Commit 9bda11f

Browse files
author
dirk
committed
Changed files included in portable release.
1 parent fde4d95 commit 9bda11f

File tree

1 file changed

+14
-1
lines changed

1 file changed

+14
-1
lines changed

AppVeyor/Build.ps1

Lines changed: 14 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -161,8 +161,21 @@ function CreatePortable($config, $version)
161161
New-Item -ItemType directory -Path .\Portable | Out-Null
162162

163163
Copy-Item ..\VisualMagick\bin\*.exe .\Portable
164-
Copy-Item ..\VisualMagick\bin\*.xml .\Portable
164+
Copy-Item ..\VisualMagick\config\colors.xml .\Portable
165+
Copy-Item ..\VisualMagick\config\english.xml .\Portable
166+
Copy-Item ..\VisualMagick\config\locale.xml .\Portable
167+
Copy-Item ..\VisualMagick\config\log.xml .\Portable
168+
Copy-Item ..\VisualMagick\config\magic.xml .\Portable
169+
Copy-Item ..\VisualMagick\config\mime.xml .\Portable
170+
Copy-Item ..\VisualMagick\config\quantization-table.xml .\Portable
171+
Copy-Item ..\VisualMagick\bin\configure.xml .\Portable
165172
Copy-Item ..\VisualMagick\bin\ImageMagick.rdf .\Portable
173+
Copy-Item ..\VisualMagick\bin\delegates.xml .\Portable
174+
Copy-Item ..\VisualMagick\bin\policy.xml .\Portable
175+
Copy-Item ..\VisualMagick\bin\sRGB.icc .\Portable
176+
Copy-Item ..\VisualMagick\bin\thresholds.xml .\Portable
177+
Copy-Item ..\VisualMagick\bin\type-ghostscript.xml .\Portable
178+
Copy-Item ..\VisualMagick\bin\type.xml .\Portable
166179

167180
Copy-Item ..\ImageMagick\ChangeLog .\Portable
168181
Copy-Item ..\ImageMagick\images .\Portable -recurse

0 commit comments

Comments
 (0)