Skip to content

Commit 3e63330

Browse files
committed
Add auther name for windows release
1 parent 2fe432f commit 3e63330

1 file changed

Lines changed: 6 additions & 0 deletions

File tree

Cargo.toml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
[package]
22
name = "filo-rs"
33
version = "0.2.0"
4+
authors = ["Kanishk <kanishk0422@gmail.com>"]
45
edition = "2021"
56
rust-version = "1.85"
67
description = "Your Downloads folder cleans itself — safely, predictably, and reversibly."
@@ -43,6 +44,11 @@ lto = true
4344
codegen-units = 1
4445
strip = true
4546

47+
# cargo-wix (Windows .msi) settings. The dual MIT/Apache license isn't a single
48+
# recognized token, so there's no EULA dialog — silence the warning about it.
49+
[package.metadata.wix]
50+
eula = false
51+
4652
[package.metadata.deb]
4753
maintainer = "Kanishk <kanishk0422@gmail.com>"
4854
copyright = "2026 Kanishk — MIT OR Apache-2.0"

0 commit comments

Comments
 (0)