diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index be672b723d..e3e4b51f5e 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 4af07b5737..715365c3bb 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 0000000000..2724bb4dc6 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 0000000000..0681b2680c 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 0000000000..c94ee965b3 --- /dev/null +++ b/wix/main.wxs @@ -0,0 +1,200 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +