You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
make-unizip: extend unvanquished_0.zip with macos-amd64.zip
Make possible to run make-unizip again and again to add missing
parts to existing release zip, for example to extend the
unvanquished_0.zip produced by the docker file and shipping
Linux and Windows build with the macOS engine build produced
separately.
Also do not add useless symbols/ folder in symbols_0.zip:
- we don't need it,
- it makes easier to extend existing unvanquished_0.zip
as we can reuse the code extracting symbols from
engine and vm builds that do not have symbols/ folder,
- it produces smaller symbols_0.zip.
0 commit comments