BrettMayson / HEMTT

Build System for Arma 3
https://brettmayson.github.io/HEMTT
GNU General Public License v2.0
109 stars 40 forks source link

Allow .zip compression to be disabled #481

Closed Seb105 closed 1 year ago

Seb105 commented 1 year ago

The zip compression is cool if your workflow needs it, however for a large mod I need to build (12gb), it is an extremely slow process taking about 5 minutes even on an SSD. This is about twice that the actual build process takes, and is frustrating as I don't need the zip for anything.

It would be good to be able to replicate the old behavior: in the releases folder, a folder with the version name is created and the copied in.

BrettMayson commented 1 year ago

Should be implemented as an option under hemtt.release, and a --no-archive flag

[hemtt.release]
archive = false
hemtt release --no-archive
BrettMayson commented 1 year ago

Implemented on main, will be released in 1.3.0