Skip to content

Commit

Permalink
Using bundle identifier instead of app name
Browse files Browse the repository at this point in the history
  • Loading branch information
aonez committed Apr 12, 2018
1 parent c5460c6 commit d100f05
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Services/Keka Automatic.workflow/Contents/document.wflow
Original file line number Diff line number Diff line change
Expand Up @@ -110,7 +110,7 @@ cat >> $file <<EOF
</plist>
EOF

open -a Keka $file</string>
open -b com.aone.keka $file</string>
<key>CheckedForUserDefaultShell</key>
<true/>
<key>inputMethod</key>
Expand Down
2 changes: 1 addition & 1 deletion Services/Keka Compression.workflow/Contents/document.wflow
Original file line number Diff line number Diff line change
Expand Up @@ -110,7 +110,7 @@ cat &gt;&gt; $file &lt;&lt;EOF
&lt;/plist&gt;
EOF

open -a Keka $file</string>
open -b com.aone.keka $file</string>
<key>CheckedForUserDefaultShell</key>
<true/>
<key>inputMethod</key>
Expand Down
2 changes: 1 addition & 1 deletion Services/Keka Extraction.workflow/Contents/document.wflow
Original file line number Diff line number Diff line change
Expand Up @@ -110,7 +110,7 @@ cat &gt;&gt; $file &lt;&lt;EOF
&lt;/plist&gt;
EOF

open -a Keka $file</string>
open -b com.aone.keka $file</string>
<key>CheckedForUserDefaultShell</key>
<true/>
<key>inputMethod</key>
Expand Down

0 comments on commit d100f05

Please sign in to comment.