From a9c857aaecbb90d5405d828a04a09bde6a2781b1 Mon Sep 17 00:00:00 2001
From: Alexis Lopez Zubieta <contact@azubieta.net>
Date: Tue, 27 Aug 2019 12:22:22 -0500
Subject: [PATCH] Ammend imwheel binary name in launcher

---
 launcher/pling-store | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/launcher/pling-store b/launcher/pling-store
index 626d124..4ca3813 100644
--- a/launcher/pling-store
+++ b/launcher/pling-store
@@ -9,7 +9,7 @@ if [ ${APPIMAGE} ]; then
     export PATH=${PREFIX}/usr/local/bin:${PREFIX}/usr/bin:${PATH}
 fi
 
-HOME=${PREFIX}/usr/share/imwheel imwheel
+HOME=${PREFIX}/usr/share/imwheel ocs-imwheel
 
 if [ -f "${PREFIX}/pling-store-linux-x64/pling-store" ]; then
     ${PREFIX}/pling-store-linux-x64/pling-store
@@ -20,8 +20,8 @@ elif [ -f "${PREFIX}/usr/lib/pling-store-linux-x64/pling-store" ]; then
 elif [ -f "${PREFIX}/../lib/pling-store-linux-x64/pling-store" ]; then
     ${PREFIX}/../lib/pling-store-linux-x64/pling-store
 else
-    pkill imwheel
+    pkill ocs-imwheel
     exit 1
 fi
 
-pkill imwheel
\ No newline at end of file
+pkill ocs-imwheel
\ No newline at end of file
-- 
GitLab