mirror of
https://github.com/xHyroM/zed-discord-presence.git
synced 2024-11-12 17:38:06 +01:00
fix: download from download_url, not name
This commit is contained in:
parent
010abc1253
commit
f2864da0c1
1 changed files with 1 additions and 1 deletions
|
@ -74,7 +74,7 @@ impl DiscordPresenceExtension {
|
|||
);
|
||||
|
||||
zed::download_file(
|
||||
&asset.name,
|
||||
&asset.download_url,
|
||||
&version_dir,
|
||||
match platform {
|
||||
zed::Os::Mac | zed::Os::Linux => zed::DownloadedFileType::GzipTar,
|
||||
|
|
Loading…
Reference in a new issue