mirror of
https://github.com/vrc-get/vrc-get.git
synced 2026-06-21 09:58:08 +00:00
chore: change wrapper exe name to alcom-setup.exe
This commit is contained in:
parent
0e62041ab4
commit
02fcb00bb3
2 changed files with 5 additions and 1 deletions
|
|
@ -3,6 +3,10 @@ name = "windows-installer-wrapper"
|
|||
version = "0.1.0"
|
||||
edition = "2024"
|
||||
|
||||
[[bin]]
|
||||
name = "alcom-setup"
|
||||
path = "src/main.rs"
|
||||
|
||||
[dependencies]
|
||||
windows-sys = {
|
||||
version = "0.61.2",
|
||||
|
|
|
|||
|
|
@ -278,7 +278,7 @@ fn build_wrapper(options: &BuildOptions, libs_dir: &Path, profile: &str) -> Resu
|
|||
|
||||
cmd.run_checked("building windows-installer-wrapper")?;
|
||||
|
||||
Ok(options.build_dir.join("windows-installer-wrapper.exe"))
|
||||
Ok(options.build_dir.join("alcom-setup.exe"))
|
||||
}
|
||||
|
||||
fn choose_default_target(host_triple: &str) -> Option<&'static str> {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue