Page 1 of 1

[RESOLVED] Package for Bruno

Published: August 7, 2025 - 08:17
by yoann.montouchet
Hello everyone,
We currently have an issue with the package for "bruno". The setup.py file expects the downloaded zip file to contain the program in the "win-unpacked" directory, but this is no longer the case in recent versions (>2), it seems. The zip file directly contains the data:
Screenshot 2025-08-07 081342.png
Screenshot 2025-08-07 081342.png (130.18 KB) Viewed 5446 times
The consequence is that currently the shortcut is made by pointing to an executable that would be in this non-existent win-unpacked directory.

The correction that should be applied is as follows:
replace :

Code: Select all

exe_path = makepath(app_dir, "win-unpacked", f"{app_name}.exe")
by :

Code: Select all

exe_path = makepath(app_dir, f"{app_name}.exe")
Would it be possible to review and, if confirmed, implement this fix?
Thanks in advance!

Re: Package for Bruno

Published: August 7, 2025 - 5:06 PM
by blemoigne

[Resolved] Re: Package for Bruno

Published: August 18, 2025 - 10:24
by yoann.montouchet
Hello,
this topic can be marked as resolved. I confirm that version 2.9.1 works perfectly and that the shortcut is correctly created.
Thank you!

Re: Package for Bruno

Published: August 18, 2025 - 10:42
by blemoigne
Hello,
thank you for the feedback. I'm marking this as resolved.
Bertrand