diff options
| author | Carl Hetherington <cth@carlh.net> | 2018-09-21 23:06:28 +0100 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2018-09-21 23:06:28 +0100 |
| commit | 35e92a6105b4a23aa29d455a42a299e1a7800383 (patch) | |
| tree | 8c678f61b500d6c6e60ba45075c99487e6c7cdf7 | |
| parent | 48ac836c1adf20629d75592bc87bf64d18c54139 (diff) | |
Add Categories tag to AppImage .desktop file.v2.13.51
| -rw-r--r-- | cscript | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -600,6 +600,7 @@ def make_appimage(target, nice_name, internal_name, version): with open('build/%s.AppDir/%s.desktop' % (nice_filename, internal_name), 'w') as f: print('[Desktop Entry]', file=f) print('Type=Application', file=f) + print('Categories=AudioVideo', file=f) print('Name=%s' % nice_name, file=f) print('Icon=%s' % internal_name, file=f) target.command('cp graphics/linux/256/%s.png build/%s.AppDir' % (internal_name, nice_filename)) |
