Skip to content

Commit

Permalink
fix: OneUpdater
Browse files Browse the repository at this point in the history
  • Loading branch information
chrisgrieser committed Aug 12, 2023
1 parent 65d076b commit fd5431d
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions scripts/OneUpdater.sh
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,8 @@
# shellcheck disable=2154,2155

# THESE VARIABLES MUST BE SET. SEE THE ONEUPDATER README FOR AN EXPLANATION OF EACH.
readonly repo_name=$(basename "$(git rev-parse --show-toplevel)")
readonly remote_info_plist="https://raw.githubusercontent.com/chrisgrieser/$repo_name/main/info.plist"
readonly workflow_url="https://github.com/chrisgrieser/$repo_name/releases/latest/download/$repo_name.alfredworkflow"
readonly remote_info_plist="https://raw.githubusercontent.com/chrisgrieser/pdf-annotation-extractor-alfred/main/info.plist"
readonly workflow_url="https://github.com/chrisgrieser/pdf-annotation-extractor-alfred/releases/latest/download/pdf-annotation-extractor-alfred.alfredworkflow"
readonly download_type="direct"
readonly frequency_check="1"

Expand Down

0 comments on commit fd5431d

Please sign in to comment.