a5cd3f32f4
When Windows notices "install" in the filename it triggers a UAC elevation, causing 'cargo run' to fail.
16 lines
325 B
TOML
16 lines
325 B
TOML
[package]
|
|
name = "makeexe"
|
|
version.workspace = true
|
|
authors.workspace = true
|
|
edition.workspace = true
|
|
license.workspace = true
|
|
publish = false
|
|
rust-version.workspace = true
|
|
|
|
[dependencies]
|
|
anyhow.workspace = true
|
|
camino.workspace = true
|
|
clap.workspace = true
|
|
tugger-windows-codesign.workspace = true
|
|
walkdir.workspace = true
|