Skip to content

Commit

Permalink
feat(plugin download): add application/octet-stream, multipart/x-zip …
Browse files Browse the repository at this point in the history
…for content_type
  • Loading branch information
jmkerloch committed Nov 29, 2024
1 parent 732173f commit 923daa6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion qgis_deployment_toolbelt/jobs/job_plugins_downloader.py
Original file line number Diff line number Diff line change
Expand Up @@ -271,7 +271,7 @@ def download_remote_plugins(
# func parameters
local_file_path=plugin_download_path,
remote_url_to_download=plugin.download_url,
content_type="application/zip, application/x-zip-compressed",
content_type="application/zip, application/x-zip-compressed, application/octet-stream, multipart/x-zip",
use_stream=str2bool(getenv("QDT_STREAMED_DOWNLOADS", True)),
)
downloaded_plugins.append(plugin)
Expand Down

0 comments on commit 923daa6

Please sign in to comment.