fvarrui / JavaPackager

:package: Gradle/Maven plugin to package Java applications as native Windows, MacOS, or Linux executables and create installers for them.
GNU General Public License v3.0
1.03k stars 130 forks source link

how to assign a custom name to the deb file #426

Open jerychen11030 opened 3 weeks ago

jerychen11030 commented 3 weeks ago

I have created the deb file on the Linux operating system according to the instructions, but when I installed it, the system name on the start menu was not what I wanted. Could you please ask how to assign a custom name to the installed program?

thank you very much

fvarrui commented 2 weeks ago

Hi @jerychen11030!

Have a look to displayName property ... maybe it meets your needs.

In the same way, you also can create a custom template used by JP to generate your app's desktop file (.desktop), which is used to set your app's icon on Linux.