KoffeinFlummi / armake2

Successor to armake written in Rust
GNU General Public License v2.0
49 stars 17 forks source link

Build -s <signature> flag not implemented #19

Closed jonpas closed 5 years ago

jonpas commented 5 years ago

Works with sign <signature> but not with build -s <signature>. It's just not passed down the execution line.

Also doesn't work with sign -s <signature>, but that looks more like a mistake anyways.

Krzmbrzl commented 5 years ago

What should <signature> be anyways? I think I don't quite understand what it should be used for :thinking:

jonpas commented 5 years ago

bisign name. For example in ACE3 we add git hash to it.

KoffeinFlummi commented 5 years ago

Should work on current master. Fixed the issue with sign.