summaryrefslogtreecommitdiff
path: root/crates/typst-cli/Cargo.toml
diff options
context:
space:
mode:
authorMax <me@mkor.je>2024-08-26 13:39:39 +0000
committerGitHub <noreply@github.com>2024-08-26 13:39:39 +0000
commit77b6c8481f234e40f261b42fa4a9d0294d3ca2a7 (patch)
tree576b69961ffa6f860f9be34b1e87df172758d163 /crates/typst-cli/Cargo.toml
parentb85217ef14e87e44e6d90711dd14d77eee5e8528 (diff)
Add back release targets `aarch64-pc-windows-msvc` and `riscv64gc-unknown-linux-gnu` (#4821)
Diffstat (limited to 'crates/typst-cli/Cargo.toml')
-rw-r--r--crates/typst-cli/Cargo.toml5
1 files changed, 3 insertions, 2 deletions
diff --git a/crates/typst-cli/Cargo.toml b/crates/typst-cli/Cargo.toml
index 31f19f39..fd707ebe 100644
--- a/crates/typst-cli/Cargo.toml
+++ b/crates/typst-cli/Cargo.toml
@@ -83,5 +83,6 @@ pkg-url = "{ repo }/releases/download/v{ version }/typst-{ target }{ archive-suf
bin-dir = "typst-{ target }/typst{ binary-ext }"
pkg-fmt = "txz"
-[package.metadata.binstall.overrides.x86_64-pc-windows-msvc]
-pkg-fmt = "zip"
+[package.metadata.binstall.overrides]
+x86_64-pc-windows-msvc = { pkg-fmt = "zip" }
+aarch64-pc-windows-msvc = { pkg-fmt = "zip" }