[SOLVED] tis-cwrsync installation problem
Published: August 26, 2025 - 08:47
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
by
Sincerely,
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)Code: Select all
unzip(bin_name_x64, target=app_dir)Sincerely,