From 027b55a0b00c075d11798421ce4dd648225769aa Mon Sep 17 00:00:00 2001 From: Carl Hetherington Date: Sat, 22 Sep 2018 11:20:02 +0100 Subject: Fix AppImage .desktop file again. --- cscript | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cscript b/cscript index a2a23d3b7..c38528143 100644 --- a/cscript +++ b/cscript @@ -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)) -- cgit v1.2.3