Page 1 of 1

[SOLVED] tis-cwrsync installation problem

Published: August 26, 2025 - 08:47
by Mikael S
Good morning,

Another problem with the package is that it doesn't install anything. There's an issue with the `filenames` parameter of `unzip`

To change

Code: Select all

unzip((bin_name_x64), target=app_dir, filenames=r"%s\*" % app_name_dir)
by

Code: Select all

unzip(bin_name_x64, target=app_dir)

Sincerely,

Re: Problem installing tis-cwrsync

Published: August 26, 2025 - 10:30
by blemoigne
Hello,
Thank you for the feedback, it's fixed: https://wapt.tranquil.it/wapt-testing/t ... EPROD.wapt
Have a good day,
Bertrand