Skip to content

Commit 12c290d

Browse files
committed
Update desktop-appimage.vtl
1 parent c185566 commit 12c290d

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

src/main/resources/linux/desktop-appimage.vtl

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,11 @@
11
[Desktop Entry]
22
Name=${info.displayName}
33
GenericName=${info.displayName}
4+
#if ($info.description)
45
Comment=${info.description}
6+
#end
57
Exec=${info.name} %U
6-
Icon=usr/bin/${info.name}
8+
Icon=/usr/bin/${info.name}
79
Terminal=false
810
Type=Application
911
StartupNotify=true

0 commit comments

Comments
 (0)