mirror of
https://github.com/xHyroM/zed-discord-presence.git
synced 2024-11-22 14:11:04 +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(
|
zed::download_file(
|
||||||
&asset.name,
|
&asset.download_url,
|
||||||
&version_dir,
|
&version_dir,
|
||||||
match platform {
|
match platform {
|
||||||
zed::Os::Mac | zed::Os::Linux => zed::DownloadedFileType::GzipTar,
|
zed::Os::Mac | zed::Os::Linux => zed::DownloadedFileType::GzipTar,
|
||||||
|
|
Loading…
Reference in a new issue