Skip to content

Commit

Permalink
fix(build): add cache busting parameter
Browse files Browse the repository at this point in the history
  • Loading branch information
socsieng committed Oct 7, 2023
1 parent 46d744f commit c2a4f59
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/bottle.sh
Expand Up @@ -8,7 +8,7 @@ version=$1
target=$2
formula_template=$script_folder/../Formula/sendkeys_template.rb
formula=$script_folder/../Formula/sendkeys.rb
url="file://$cwd/sendkeys.tar.gz"
url="file://$cwd/sendkeys.tar.gz?date=`date +%s`"
sed_url=`echo $url | sed 's/\\//\\\\\//g'`

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

0 comments on commit c2a4f59

Please sign in to comment.