Open bobbingwide opened 2 years ago
When running blocks.bat to update a plugin the logic to download new versions of the assets fails.
Failed to download: premium-blocks-for-gutenberg png Failed to download: premium-blocks-for-gutenberg jpg
The logic in save_icon() needs to be changed to use the cURL method to download the image. See https://github.com/bobbingwide/bw/issues/11
save_icon()
When running blocks.bat to update a plugin the logic to download new versions of the assets fails.
The logic in
save_icon()
needs to be changed to use the cURL method to download the image. See https://github.com/bobbingwide/bw/issues/11