BrettMayson / HEMTT

Build System for Arma 3
http://hemtt.dev/
GNU General Public License v2.0
113 stars 40 forks source link

Feature Request: Allow adding and signing of additional pbo files #64

Closed bux closed 1 year ago

bux commented 5 years ago

HEMTT Version: 0.5.1 (stable)

As a user I would like to add 3rd party pbo files to e.g. a separate folder and while building have them copied to the addons folder and have them signed with the same private key to ensure that all community members use the proper version of a 3rd party mod.

jonpas commented 5 years ago

Similar or almost the same as #41, @bux move discussion there?

bux commented 5 years ago

If the result of it will be applicable for that request, go for it :)

jonpas commented 5 years ago

I don't think we'll provide full setup for exactly what you want, but just splitting sign step out so you can write your own scripts inside HEMTT configuration for it. As there is no way we can satisfy everyone's setup by doing it in any more elaborate way.

BrettMayson commented 5 years ago

Adding wontfix but I am going to keep this open until #78 is closed.

Once #78 is done you will be able to do this using a HEMTT script to call @armake sign

bux commented 5 years ago

I guess this can be closed now?