sttz / trimmer

An editor, build and player configuration framework for the Unity game engine.
MIT License
104 stars 8 forks source link

`ZipDistro` doesn't find Unity-bundled 7zip on Windows #10

Closed JesseTG closed 1 year ago

JesseTG commented 1 year ago

ZipDistro looks for a binary named 7za, but the 7zip installation bundled with Unity doesn't always have that name. It depends on the platform; on Windows, it's named 7z.exe. I dunno about macOS, but I believe the 7za name is used on Linux.