Skip to content

Commit

Permalink
Update io.elementary.Sdk.json.in
Browse files Browse the repository at this point in the history
  • Loading branch information
danirabbit authored May 6, 2024
1 parent 0c7e905 commit d04a5c0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion io.elementary.Sdk.json.in
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,7 @@
"type": "json",
"url": "https://api.github.com/repos/elementary/stylesheet/releases/latest",
"version-query": ".tag_name",
"url-query": ".assets[] | select(.name==\"libportal-\" + $version + \".tar.gz\") | .browser_download_url"
"url-query": ".assets[] | select(.name==$version + \".tar.gz\") | .browser_download_url"
}
}
],
Expand Down

0 comments on commit d04a5c0

Please sign in to comment.