NeighTools / UnityDoorstop

Doorstop -- run C# before Unity does!
GNU Lesser General Public License v2.1
419 stars 62 forks source link

Have a release zip include all archs and versions #35

Closed CptMoore closed 1 year ago

CptMoore commented 1 year ago

As part of the ModTek release, I include all ARCH variants. To make debugging easier, I would also like to include the verbose variants in a subfolder ready just for copy/pasting.

Right now as part of the build process of ModTek, it has to download three zips from here, and it would need to download three more for the verbose variants.

It would be simpler to just have one zip with all variants.

ghorsington commented 1 year ago

Greetings!

I personally don't see an issue with downloading different ZIPs. They are all small so even without parallelization the process is quite fast and just a few lines long (for example in BepInEx builds script it's just a simple enumerator).

If you need it (or someone else does), I'll happily accept a PR.

CptMoore commented 1 year ago

I agree about them being small. It does bloat the build code if using msbuild directly, and github itself would appreciate less requests (we actually had github actions fail because of global limits). Ill try to contribute this