From 2356656f5c87fb50fb2c2a0de286b2849cf62453 Mon Sep 17 00:00:00 2001 From: Craig Watson Date: Mon, 22 Feb 2016 11:56:13 +0100 Subject: [PATCH] Added missing semicolon to .desktop entry --- buildDebianPackage.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/buildDebianPackage.sh b/buildDebianPackage.sh index 97c1edc7..8cd2bddc 100755 --- a/buildDebianPackage.sh +++ b/buildDebianPackage.sh @@ -409,7 +409,7 @@ echo "Icon=/usr/local/$APPLICATION_DIRECTORY_NAME/${APPLICATION_NAME}.png" >> $A echo "StartupNotify=true" >> $APPLICATION_SHORTCUT echo "Terminal=false" >> $APPLICATION_SHORTCUT echo "Type=Application" >> $APPLICATION_SHORTCUT -echo "Categories=Education" >> $APPLICATION_SHORTCUT +echo "Categories=Education;" >> $APPLICATION_SHORTCUT cp "resources/images/${APPLICATION_NAME}.png" "$PACKAGE_DIRECTORY/${APPLICATION_NAME}.png" chmod 755 "$BASE_WORKING_DIR/DEBIAN" chmod 755 "$BASE_WORKING_DIR/DEBIAN/prerm"