From cce835b752bf331e6a0b0cc53d111dded2e58970 Mon Sep 17 00:00:00 2001 From: Clement Tsang <34804052+ClementTsang@users.noreply.github.com> Date: Sat, 11 May 2024 21:18:09 -0400 Subject: Run cargo wix init (#1468) * ci: run cargo wix init * remove wix init call --- .github/workflows/build_releases.yml | 3 +- .gitignore | 3 - wix/License.rtf | Bin 0 -> 1261 bytes wix/main.wxs | 214 +++++++++++++++++++++++++++++++++++ 4 files changed, 215 insertions(+), 5 deletions(-) create mode 100644 wix/License.rtf create mode 100644 wix/main.wxs diff --git a/.github/workflows/build_releases.yml b/.github/workflows/build_releases.yml index ef030897..7f12510a 100644 --- a/.github/workflows/build_releases.yml +++ b/.github/workflows/build_releases.yml @@ -251,8 +251,7 @@ jobs: env: BTM_GENERATE: "" run: | - cargo install cargo-wix --version 0.3.1 --locked - cargo wix init + cargo install cargo-wix --version 0.3.8 --locked cargo wix - name: Generate artifact attestation for file diff --git a/.gitignore b/.gitignore index a89e65d3..5619dc9b 100644 --- a/.gitignore +++ b/.gitignore @@ -24,9 +24,6 @@ rust-unmangle # For testing sample_configs/testing*.toml -# Wix -/wix/ - # Cargo-deny deny.toml diff --git a/wix/License.rtf b/wix/License.rtf new file mode 100644 index 00000000..40904bec Binary files /dev/null and b/wix/License.rtf differ diff --git a/wix/main.wxs b/wix/main.wxs new file mode 100644 index 00000000..bfc19402 --- /dev/null +++ b/wix/main.wxs @@ -0,0 +1,214 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + -- cgit v1.2.3