Results 490 comments of jonpas

I didn't have a chance to debug this yet. I can provide keys/signatures of same content/mod for both platforms if that could help.

### Linux (fail) Self-compiled `HEMTT 0.8.0-2cf6fb7-debug`. ``` [jonpas@loki] $ ./hemttdev --version HEMTT 0.8.0-2cf6fb7-debug [jonpas@loki] $ ./hemttdev build main --release -f --force-release (master) ~/D/W/A/M/T HEMTT 0.8.0-2cf6fb7-debug Environment: dev ♻️ Clean [00:00:00]...

Generated a keypair and signed a PBO with https://github.com/synixebrett/bisign on both platforms. They both pass `-checkSignatures`, so the `bisign` library appears to work. Could also not reproduce with CBA, but...

Alright, so now I tried a Theseus Services PBO and it's failing with https://github.com/synixebrett/bisign on both platform builds. At this point I am thinking it has something to do with...

@bovine3dom this is how it would look like with `date` templating, just need to support `version` templating. ```toml version = "{{date \"%Y\"}}.{{date \"%m\"}}.{{date \"%d\"}}" ``` --- This request is probably...

I think we should just do 1 command for other non-build related armake2 functionalities, something like `hemtt armake2 ` maybe? That way you could also use it in additional build...

Oh, I see, that's a completely separate thing then. I suggest you open a new issue, that's a pure feature request. :)

No bux, HEMTT already does not need a P-drive. Other symlink is to Arma 3 directory so you can write shorter mod lines (startup parameter).

```toml check = [ "!binarizer_link" ] # Binarizer file search compatibility [scripts.binarizer_link] steps_windows = [ "if not exist x\\tacs mkdir x\\tacs", "if not exist x\\tacs\\addons mklink /j x\\tacs\\addons addons" ]...

Happens with CBA (current master HEMTT) on my machine.