mirror of
https://github.com/DioxusLabs/dioxus
synced 2024-11-10 14:44:12 +00:00
fix binstall
This commit is contained in:
parent
36f67bd5e2
commit
1f6c7cfbd0
1 changed files with 1 additions and 1 deletions
|
@ -115,7 +115,7 @@ name = "dx"
|
|||
tempfile = "3.3"
|
||||
|
||||
[package.metadata.binstall]
|
||||
pkg-url = "{ repo }/releases/download/v{ version }/dx-{ target }-{ archive-suffix }"
|
||||
pkg-url = "{ repo }/releases/download/v{ version }/dx-{ target }"
|
||||
|
||||
[package.metadata.binstall.overrides.x86_64-pc-windows-msvc]
|
||||
pkg-fmt = "zip"
|
||||
|
|
Loading…
Reference in a new issue