[SOLVED] tis-tropes packet problem
Published: July 1, 2025 - 9:52 AM
Good morning,
There's a problem with the package; the shortcut doesn't point to the correct file
Replace in setup.py
By
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,
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")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,