From 75d6d017b5b95e9710ce36f71691714f110d6451 Mon Sep 17 00:00:00 2001 From: Arbal <1980389+arbal@users.noreply.github.com> Date: Fri, 5 Feb 2021 17:00:48 -0800 Subject: [PATCH] Update scripts for Brave Control Alfred Workflow --- README.md | 2 +- install.sh | 6 +++++- release.sh | 6 +++++- 3 files changed, 11 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 78b8f82..5c2aec8 100644 --- a/README.md +++ b/README.md @@ -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) diff --git a/install.sh b/install.sh index f4015ac..056ffc2 100755 --- a/install.sh +++ b/install.sh @@ -1 +1,5 @@ - open integrations/Alfred/Chrome\ Control.alfredworkflow +#!/usr/bin/env bash + +set -euo pipefail + +open integrations/Alfred/Brave\ Control.alfredworkflow diff --git a/release.sh b/release.sh index 0af0367..6f0fffa 100755 --- a/release.sh +++ b/release.sh @@ -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 '.*'