diff --git a/.github/workflows/rust.yml b/.github/workflows/rust.yml
index a18ed704..375324b5 100644
--- a/.github/workflows/rust.yml
+++ b/.github/workflows/rust.yml
@@ -104,6 +104,11 @@ jobs:
with:
run: cargo test
+ - name: List dependencies (Windows)
+ run: |
+ python wix/rust_licenses.py > wix/LICENSE-static-libraries.txt
+ python wix/vcpkg_licenses.py > wix/LICENSE-dynamic-libraries.txt
+
- name: Build installer (Windows)
run: cargo wix --no-build --nocapture -v
if: matrix.os == 'windows-latest'
diff --git a/wix/main.wxs b/wix/main.wxs
index f714feea..e367bb19 100644
--- a/wix/main.wxs
+++ b/wix/main.wxs
@@ -58,6 +58,16 @@
-->
+
+
+
+
+
+
+
+
+
+