Skip to content

Commit c371d46

Browse files
authored
Set Categories=Development; and Terminal=true
1 parent f6e4078 commit c371d46

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

tests/test_plugin.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -204,11 +204,12 @@ def build_python_appimage(self, version, **kwargs):
204204
with open(desktop, "w") as f:
205205
f.write("""\
206206
[Desktop Entry]
207-
Categories=Science;Engineering;
207+
Categories=Development;
208208
Type=Application
209209
Icon={0:}
210210
Exec={1:}
211211
Name={0:}
212+
Terminal=true
212213
""".format(nickname, exe))
213214

214215
for index in range(2):

0 commit comments

Comments
 (0)