Skip to content

Commit

Permalink
fix: fix auto update bug
Browse files Browse the repository at this point in the history
closed #1
  • Loading branch information
Nauxscript committed Dec 24, 2022
1 parent 949dca7 commit d161895
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions src/update.sh
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,9 @@

# THESE VARIABLES MUST BE SET. SEE THE ONEUPDATER README FOR AN EXPLANATION OF EACH.
# refer to https://github.com/vitorgalvao/alfred-workflows/tree/master/OneUpdater
readonly remote_info_plist=''
readonly workflow_url=''
readonly download_type=''
readonly frequency_check=''
readonly workflow_url='Nauxscript/alfred-open-port'
readonly download_type='github_release'
readonly frequency_check='1'

# FROM HERE ON, CODE SHOULD BE LEFT UNTOUCHED!
function abort {
Expand Down

0 comments on commit d161895

Please sign in to comment.