probonopd / linuxdeployqt

Makes Linux applications self-contained by copying in the libraries and plugins that the application uses, and optionally generates an AppImage. Can be used for Qt and other applications
Other
2.22k stars 414 forks source link

How linuxdeployqt decides the name of the AppImage package? #607

Closed tamlok closed 6 months ago

tamlok commented 6 months ago

Hi,

Thanks for your tool!

I am wondering how linuxdeployqt will determine the name of the output AppImage? From the desktop file? Any command line option to change this?

probonopd commented 6 months ago

Hi @tamlok.

From the desktop file?

From the Name= entry in the desktop file specifically, with blanks (`) replaced by underscores (_`), and the architecture and file extension added.

Any command line option to change this?

No, as we would like the file name to be consistent with the application name. If you would change the application name, then edit the Name= entry in the desktop file.