diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index be672b72..e3e4b51f 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -63,7 +63,6 @@ jobs: if: matrix.os == 'windows-latest' run: | cargo install cargo-wix - cargo wix init cargo wix --no-build --nocapture --output ./target/wix/gitui.msi ls -l ./target/wix/gitui.msi diff --git a/.gitignore b/.gitignore index 4af07b57..715365c3 100644 --- a/.gitignore +++ b/.gitignore @@ -1,6 +1,5 @@ /target /release -/wix .DS_Store /.idea/ flamegraph.svg diff --git a/wix/License.rtf b/wix/License.rtf new file mode 100644 index 00000000..2724bb4d Binary files /dev/null and b/wix/License.rtf differ diff --git a/wix/Microsoft_VC142_CRT_x64.msm b/wix/Microsoft_VC142_CRT_x64.msm new file mode 100644 index 00000000..0681b268 Binary files /dev/null and b/wix/Microsoft_VC142_CRT_x64.msm differ diff --git a/wix/main.wxs b/wix/main.wxs new file mode 100644 index 00000000..c94ee965 --- /dev/null +++ b/wix/main.wxs @@ -0,0 +1,200 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +