Skip to content

Commit

Permalink
Update scripts for Brave Control Alfred Workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
arbal committed Feb 6, 2021
1 parent ee45044 commit 75d6d01
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 3 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ git clone https://github.com/arbal/brave-control.git
```

Or just download and double click,
- https://github.com/d4rkb1ue/chrome-control/raw/master/integrations/Alfred/Brave%20Control.alfredworkflow
- [Brave Control.alfredworkflow](https://github.com/arbal/brave-control/raw/master/integrations/Alfred/Brave%20Control.alfredworkflow)



Expand Down
6 changes: 5 additions & 1 deletion install.sh
Original file line number Diff line number Diff line change
@@ -1 +1,5 @@
open integrations/Alfred/Chrome\ Control.alfredworkflow
#!/usr/bin/env bash

set -euo pipefail

open integrations/Alfred/Brave\ Control.alfredworkflow
6 changes: 5 additions & 1 deletion release.sh
Original file line number Diff line number Diff line change
@@ -1 +1,5 @@
zip -r integrations/Alfred/Chrome\ Control.alfredworkflow ./chrome.js -x '.*'
#!/usr/bin/env bash

set -euo pipefail

zip -r integrations/Alfred/Brave\ Control.alfredworkflow ./brave.js -x '.*'

0 comments on commit 75d6d01

Please sign in to comment.