Skip to content

Commit

Permalink
chore: add wix banners
Browse files Browse the repository at this point in the history
  • Loading branch information
decipher3114 committed Sep 8, 2024
1 parent 841f324 commit 1b41724
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,10 @@ before-packaging-command = "cargo build --release"
icons = ["assets/icons/windows/icon.ico", "assets/icons/macos/icon.icns", "assets/icons/linux/*"]
out-dir = "target/packages"

[package.metadata.packager.wix]
banner-path = "assets/banner/wix_banner.png"
dialog-image-path = "assets/banner/wix_dialog_image.png"

[package.metadata.packager.nsis]
installer-icon = "assets/icons/windows/icon.ico"
installer-mode = "perMachine"
Expand Down
Binary file added assets/banner/dialog_image.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added assets/banner/wix_banner.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 1b41724

Please sign in to comment.