Skip to content

Commit

Permalink
Fix screenshot.png not generating with the release script
Browse files Browse the repository at this point in the history
  • Loading branch information
ronilaukkarinen committed Jan 10, 2024
1 parent ebb0679 commit 13746cd
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions bin/air-move-out.sh
Original file line number Diff line number Diff line change
Expand Up @@ -54,8 +54,8 @@ rm /var/www/airdev/content/themes/air-light/inc/includes/post-type.php
# Screenshot, related to: https://themes.trac.wordpress.org/ticket/100180#comment:2
mv /var/www/airdev/content/themes/air-light/screenshot.png $HOME/air-temp/
cd /var/www/airdev/content/themes/air-light/
wget https://i.imgur.com/idVvQKv.png
mv -v idVvQKv.png screenshot.png
wget https://storage.googleapis.com/dude-dropshare/dKdyP0MyhiVPKL3GkDvNi8VTLWComTdxuUiHVbdjGoVNgyTNrVpNFlgrWRQ1QI5gwLgbWaXHY0ZzXCkEbJD9PFQrV4W4Etby2OTa.png
mv -v dKdyP0MyhiVPKL3GkDvNi8VTLWComTdxuUiHVbdjGoVNgyTNrVpNFlgrWRQ1QI5gwLgbWaXHY0ZzXCkEbJD9PFQrV4W4Etby2OTa.png screenshot.png

# Moving to bin dir
cd $HOME/air-temp/bin
Expand Down

0 comments on commit 13746cd

Please sign in to comment.