mirror of
https://git.mirrors.martin98.com/https://github.com/slic3r/Slic3r.git
synced 2025-08-13 20:35:53 +08:00
Oops, syntax error in packaging script.
This commit is contained in:
parent
6065b23ce5
commit
6c509710ef
@ -89,7 +89,7 @@ if (!( (Test-Path -Path "${scriptDir}\slic3r.exe") -And (Test-Path -Path "${scri
|
||||
}
|
||||
|
||||
# remove all static libraries, they just take up space.
|
||||
if ${env:APPVEYOR} {
|
||||
if ($env:APPVEYOR) {
|
||||
gci ${scriptDir}\..\..\ -recurse | ? {$_.Name -match ".*\.a$"} | ri
|
||||
gci -recurse ${scriptDir}\..\..\local-lib | ? {$_.PSIsContainer -And $_.Name -match "DocView|IPC|DataView|Media|Ribbon|Calendar|STC|PerlTest|WebView"} | ri
|
||||
gci -recurse ${scriptDir}\..\..\local-lib| ? {$_.Name -match ".*(webview|ribbon|stc).*\.dll"} | ri
|
||||
|
Loading…
x
Reference in New Issue
Block a user