diff options
| author | Carl Hetherington <cth@carlh.net> | 2018-09-22 11:20:02 +0100 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2018-09-22 11:20:02 +0100 |
| commit | 027b55a0b00c075d11798421ce4dd648225769aa (patch) | |
| tree | 17656058724234e538ac9d03b803fd818bb487e3 | |
| parent | 036b660b2764642ba430f706033f12d49b9c16b4 (diff) | |
Fix AppImage .desktop file again.v2.13.53
| -rw-r--r-- | cscript | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -600,7 +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('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)) |
