This repository was archived by the owner on Aug 22, 2025. It is now read-only.
File tree Expand file tree Collapse file tree 1 file changed +14
-1
lines changed Expand file tree Collapse file tree 1 file changed +14
-1
lines changed Original file line number Diff line number Diff line change @@ -161,8 +161,21 @@ function CreatePortable($config, $version)
161
161
New-Item - ItemType directory - Path .\Portable | Out-Null
162
162
163
163
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
165
172
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
166
179
167
180
Copy-Item ..\ImageMagick\ChangeLog .\Portable
168
181
Copy-Item ..\ImageMagick\images .\Portable - recurse
You can’t perform that action at this time.
0 commit comments