Closed MichaelMakesGames closed 6 months ago
Existing Windows archive size: 135MB, speed: 6:50 to 7:30
[IO.Compression.ZipFile]::CreateFromDirectory
with Fastest produced a 145MB file and took 7s![IO.Compression.ZipFile]::CreateFromDirectory
with Optimal produced a 136MB file and took 11s
The command
powershell Compress-Archive stellarisdashboard-build/* ../stellarisdashboard-windows-latest.zip
takes nearly 7m to complete. The equivalent step for Mac takes only 12s. We should investigate and improve this.Potentially relevant stack overflow: https://stackoverflow.com/questions/73702377/powershell-command-compress-archive-incredibly-slow