Workflows icon indicating copy to clipboard operation
Workflows copied to clipboard

Alfred 3 compatibility?

Open LionSR opened this issue 6 years ago • 1 comments

Is it possible for this workflow to support Alfred 3?

LionSR avatar Feb 18 '19 09:02 LionSR

Changing to the Alfred 3 directory will support Alfred 3.

$this->cache = $this->home. "/Library/Caches/com.runningwithcrayons.Alfred-3/Workflow Data/".$this->bundle;
$this->data  = $this->home. "/Library/Application Support/Alfred 3/Workflow Data/".$this->bundle;

moskva avatar May 20 '19 07:05 moskva