Page 1 of 1

[SOLVED] tis-tropes packet problem

Published: July 1, 2025 - 9:52 AM
by Mikael S
Good morning,

There's a problem with the package; the shortcut doesn't point to the correct file

Replace in setup.py

Code: Select all

app_exe = makepath(app_name ,"Progs", "TropesFr.exe")
By

Code: Select all

app_exe = makepath(app_dir ,"Progs", "TropesFr.exe")


Also, you keep the downloaded zip file with the update_package even though it's no longer used. I imagine this is useful to avoid downloading the file again each time, but it adds up to 20 MB of unnecessary zip in the package.



Sincerely,

Re: Problem with the tis-tropes package

Published: July 1, 2025 - 11:02 AM
by jlepiquet
Hi Mikael,

Thanks for your feedback.
I've made the changes to the shortcut and removed the zip file during the package update.

The package is available in pre-production here: https://wapt.tranquil.it/wapt-testing/t ... EPROD.wapt
and will be available in the store in 5 days.