remove out-file

This commit is contained in:
Kyle Spearrin 2019-03-14 22:38:10 -04:00
parent d395c2194e
commit c25a72301b
1 changed files with 1 additions and 2 deletions

View File

@ -34,8 +34,7 @@ build_script:
echo "Updating pkg resources"
$rh = "C:\Program Files (x86)\Resource Hacker\ResourceHacker.exe"
$rh1 = Start-Process -FilePath $rh -ArgumentList `
"-open ${env:WIN_PKG_PATH} -save ${env:WIN_PKG_PATH} -action delete -mask ICONGROUP,1,"`
\| Out-File
"-open ${env:WIN_PKG_PATH} -save ${env:WIN_PKG_PATH} -action delete -mask ICONGROUP,1,"
echo "1"
echo $rh1
$rh2 = Start-Process -FilePath $rh -ArgumentList `