Skip to content

Commit 16c731b

Browse files
committed
fix: add an missing argument of linux package's desktop entry
1 parent 8713e58 commit 16c731b

2 files changed

Lines changed: 8 additions & 1 deletion

File tree

build/resources/_common/applications/sourcegit.desktop

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
[Desktop Entry]
22
Name=SourceGit
33
Comment=Open-source & Free Git GUI Client
4-
Exec=/opt/sourcegit/sourcegit
4+
Exec=/opt/sourcegit/sourcegit %u
55
Icon=/usr/share/icons/sourcegit.png
66
Terminal=false
77
Type=Application

conventional_commit.json

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
[
2+
{
3+
"Name": "Linux Package's Desktop Entry Exec Argument Missing Fixes",
4+
"Type": "Fix",
5+
"Description": "Adding an missing argument of linux package's desktop entry"
6+
}
7+
]

0 commit comments

Comments
 (0)