Skip to content

Commit

Permalink
fix(build): ignore errors if archive does not exist
Browse files Browse the repository at this point in the history
  • Loading branch information
socsieng committed Oct 7, 2023
1 parent eac794f commit 7f2fc4b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/bottle.sh
Expand Up @@ -13,7 +13,7 @@ sed_url=`echo $url | sed 's/\\//\\\\\//g'`

version=`echo $version | sed -E 's/^v//g'`

rm sendkeys*.tar.gz
rm sendkeys*.tar.gz || true
tar zcvf sendkeys.tar.gz --exclude=".git" --exclude=".build" ./

cp $formula_template $formula
Expand Down

0 comments on commit 7f2fc4b

Please sign in to comment.