mirror of
https://github.com/GyulyVGC/sniffnet.git
synced 2025-12-23 22:29:01 -05:00
created wix folder
This commit is contained in:
2
.github/workflows/package.yml
vendored
2
.github/workflows/package.yml
vendored
@@ -92,7 +92,7 @@ jobs:
|
||||
if: matrix.os == 'windows-latest'
|
||||
run: |
|
||||
cargo install cargo-wix
|
||||
cargo wix main.wxs
|
||||
cargo wix
|
||||
mkdir artifacts
|
||||
mv target/wix/*.msi artifacts/
|
||||
|
||||
|
||||
3
.gitignore
vendored
3
.gitignore
vendored
@@ -215,9 +215,6 @@ $RECYCLE.BIN/
|
||||
|
||||
#####################################################################
|
||||
|
||||
#folder used for Windows installer
|
||||
/wix
|
||||
|
||||
.idea
|
||||
|
||||
Dockerfile
|
||||
Reference in New Issue
Block a user