From 9e314ed194a5ab218c20e2b93326402a5ef886f7 Mon Sep 17 00:00:00 2001 From: Michael Becker Date: Wed, 5 May 2021 00:52:44 -0400 Subject: [PATCH] add .desktop file --- install.sh | 3 +++ net.alcetech.UniversalEditor.desktop | 0 2 files changed, 3 insertions(+) mode change 100644 => 100755 net.alcetech.UniversalEditor.desktop diff --git a/install.sh b/install.sh index ea98e09f..25d209da 100755 --- a/install.sh +++ b/install.sh @@ -13,3 +13,6 @@ echo "#!/bin/sh cd /usr/lib/universal-editor ./universal-editor ${1+\"$@\"} " > /usr/bin/universal-editor + +chmod a+x /usr/bin/universal-editor +chmod a+x /usr/share/applications/net.alcetech.UniversalEditor.desktop diff --git a/net.alcetech.UniversalEditor.desktop b/net.alcetech.UniversalEditor.desktop old mode 100644 new mode 100755