From 95c6814dcad180b6225e9e3990e92983d212f6c1 Mon Sep 17 00:00:00 2001 From: aone Date: Thu, 12 Apr 2018 13:35:50 +0200 Subject: [PATCH] Using bundle identifier instead of app name --- Services/Keka Automatic.workflow/Contents/document.wflow | 2 +- Services/Keka Compression.workflow/Contents/document.wflow | 2 +- Services/Keka Extraction.workflow/Contents/document.wflow | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Services/Keka Automatic.workflow/Contents/document.wflow b/Services/Keka Automatic.workflow/Contents/document.wflow index a9ca4560a..c716341d7 100644 --- a/Services/Keka Automatic.workflow/Contents/document.wflow +++ b/Services/Keka Automatic.workflow/Contents/document.wflow @@ -110,7 +110,7 @@ cat >> $file <<EOF </plist> EOF -open -a Keka $file +open -b com.aone.keka $file CheckedForUserDefaultShell inputMethod diff --git a/Services/Keka Compression.workflow/Contents/document.wflow b/Services/Keka Compression.workflow/Contents/document.wflow index 19b5df6af..b480dbed7 100644 --- a/Services/Keka Compression.workflow/Contents/document.wflow +++ b/Services/Keka Compression.workflow/Contents/document.wflow @@ -110,7 +110,7 @@ cat >> $file <<EOF </plist> EOF -open -a Keka $file +open -b com.aone.keka $file CheckedForUserDefaultShell inputMethod diff --git a/Services/Keka Extraction.workflow/Contents/document.wflow b/Services/Keka Extraction.workflow/Contents/document.wflow index 7f5ea5b32..c063f7a18 100644 --- a/Services/Keka Extraction.workflow/Contents/document.wflow +++ b/Services/Keka Extraction.workflow/Contents/document.wflow @@ -110,7 +110,7 @@ cat >> $file <<EOF </plist> EOF -open -a Keka $file +open -b com.aone.keka $file CheckedForUserDefaultShell inputMethod