Skip to content

Commit

Permalink
Workaround related to tarball compression bug.
Browse files Browse the repository at this point in the history
  • Loading branch information
viferga committed Dec 16, 2021
1 parent 4479893 commit 4e701ba
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.bat
Original file line number Diff line number Diff line change
Expand Up @@ -182,7 +182,7 @@ rmdir /S /Q %loc%\runtimes\dotnet\include

echo Compressing the Tarball
cd ..
powershell -Command "$global:ProgressPreference = 'SilentlyContinue'; Compress-Archive" -Path %loc% -DestinationPath metacall-tarball-win-x64.zip || goto :error
start /wait /min Powershell.exe -NoProfile -ExecutionPolicy Bypass -Command "$global:ProgressPreference = 'SilentlyContinue'; Copy-Item -Path '%loc%' -Force -PassThru | Get-ChildItem | Compress-Archive -DestinationPath metacall-tarball-win-x64.zip"

echo Tarball Compressed Successfully
exit 0
Expand Down

0 comments on commit 4e701ba

Please sign in to comment.