diff --git a/Cargo.toml b/Cargo.toml index 944cd3f..4c3300e 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -49,7 +49,7 @@ ci = "github" # The installers to generate for each app installers = ["shell", "powershell"] # Target platforms to build apps for (Rust target-triple syntax) -targets = ["aarch64-apple-darwin", "x86_64-apple-darwin", "x86_64-unknown-linux-gnu"] +targets = ["aarch64-apple-darwin", "x86_64-apple-darwin", "x86_64-unknown-linux-gnu", "x86_64-unknown-linux-musl", "x86_64-pc-windows-msvc"] # Whether to install an updater program install-updater = true # Skip checking whether the specified configuration files are up to date