Revert Cargo.toml to {format} to allow self-upgrade

This commit is contained in:
Félix Saparelli 2022-02-16 22:06:03 +13:00
parent 232a4c06a9
commit 7a1d8b42dd
2 changed files with 3 additions and 3 deletions

View file

@ -10,8 +10,8 @@ license = "GPL-3.0"
[package.metadata.binstall]
pkg-url = "{ repo }/releases/download/v{ version }/{ name }-{ target }.{ archive-format }"
bin-dir = "{ bin }{ binary-ext }"
pkg-url = "{ repo }/releases/download/v{ version }/{ name }-{ target }.{ format }"
bin-dir = "{ bin }{ format }"
[package.metadata.binstall.overrides.x86_64-pc-windows-msvc]
pkg-fmt = "zip"