Skip to content

Commit e80c375

Browse files
authored
Merge pull request #269 from thewtex/7zip-crash
BUG: Remove extra 7zip compression flags
2 parents 2015917 + 0d850ec commit e80c375

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

scripts/windows-build-tarball.ps1

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,4 +4,5 @@
44

55
cd C:\P\
66
Remove-Item IPP\dist\*
7-
C:\7-Zip\7z.exe a -t7z -mx=9 -mfb=273 -ms -md=31 -myx=9 -mtm=- -mmt -mmtf -md=1536m -mmf=bt3 -mmc=10000 -mpb=0 -mlc=0 -r 'C:\P\ITKPythonBuilds-windows.zip' -w 'C:\P\IPP'
7+
C:\7-Zip\7z.exe a -t7z -r 'C:\P\ITKPythonBuilds-windows.zip' -w 'C:\P\IPP'
8+
# C:\7-Zip\7z.exe a -t7z -mx=9 -mfb=273 -ms -md=31 -myx=9 -mtm=- -mmt -mmtf -md=1536m -mmf=bt3 -mmc=10000 -mpb=0 -mlc=0 -r 'C:\P\ITKPythonBuilds-windows.zip' -w 'C:\P\IPP'

0 commit comments

Comments
 (0)