Skip to content

Commit

Permalink
version 0.1.10 - asset dl url with releases
Browse files Browse the repository at this point in the history
  • Loading branch information
mweibel committed Jul 21, 2023
1 parent b313054 commit a28b09a
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion helio_blender_addon/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
bl_info = {
"name": "Helio Cloud Rendering",
"blender": (3, 20, 0),
"version": (0, 1, 9),
"version": (0, 1, 10),
"category": "Render",
"tracker_url": "https://github.com/helio/blender-addon/issues"
}
Expand Down
4 changes: 2 additions & 2 deletions helio_blender_addon/addon_updater_ops.py
Original file line number Diff line number Diff line change
Expand Up @@ -1298,8 +1298,8 @@ def select_link_function(self, tag):
link = tag["zipball_url"]

# -- Example: select the first (or only) asset instead source code --
# if "assets" in tag and "browser_download_url" in tag["assets"][0]:
# link = tag["assets"][0]["browser_download_url"]
if "assets" in tag and "browser_download_url" in tag["assets"][0]:
link = tag["assets"][0]["browser_download_url"]

# -- Example: select asset based on OS, where multiple builds exist --
# # not tested/no error checking, modify to fit your own needs!
Expand Down

0 comments on commit a28b09a

Please sign in to comment.