On 09/12/2019 23:17, Andy Herrick wrote:
transformFrom is not guaranteed to transfer all bytes so you can't ignore the return value. I assume you could replace move/all of this with a Files.copy that specifies REPLACE_EXISTING and COPY_ATTRIBUTES.Please review simple jpackage fir for issue [1] at [2]
-Alan