From 6c509710ef44bbc72a0628aae49961a87a5831d1 Mon Sep 17 00:00:00 2001 From: Joseph Lenox Date: Wed, 31 May 2017 23:42:18 -0500 Subject: [PATCH] Oops, syntax error in packaging script. --- package/win/package_win32.ps1 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package/win/package_win32.ps1 b/package/win/package_win32.ps1 index 104681eee..27af2e270 100644 --- a/package/win/package_win32.ps1 +++ b/package/win/package_win32.ps1 @@ -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