Skip to content

Commit

Permalink
fix some stuff in the tap updater
Browse files Browse the repository at this point in the history
  • Loading branch information
arguablykomodo committed Feb 5, 2019
1 parent 999ff14 commit a95a2d5
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion update_tap.sh
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@

TAG=$(git describe)
CHECKSUM=$(sha256sum dist/shadowfox_mac_x64 | cut -d' ' -f1)
echo Tag=$TAG
echo Checksum=$CHECKSUM

# clone repo
git clone https://github.com/SrKomodo/homebrew-tap.git
Expand All @@ -19,5 +21,5 @@ done < ../tap_template > Formula/shadowfox-updater.rb

# Push to tap
git add Formula/shadowfox-updater.rb
git commit -m \"$TAG\"
git commit -m $TAG
git push --set-upstream origin master

0 comments on commit a95a2d5

Please sign in to comment.