BrettMayson / HEMTT

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

Cleaning not properly done on release build #347

Closed jonpas closed 1 year ago

jonpas commented 4 years ago

HEMTT Version: 0.7.6 (stable or dev + commit hash) Project: https://github.com/Theseus-Aegis/TheseusServices

Description:

--release --force doesn't properly clear development build PBOs and fails signature checks afterwards.

Steps to reproduce:

Additional information:

13:15 Brett: The good mod has ODOL models, the bad one has MLOD

It appears already built PBO contents don't get re-binarized. Could be related to building development on Linux and release on Windows. As Linux can't binarize. HEMTT should still properly clear all old stuff though, especially with --force.

HEMTT Output:

/

BrettMayson commented 1 year ago

Closing, fixed with 0,10