Skip to content

Commit

Permalink
chore: add musl + windows target
Browse files Browse the repository at this point in the history
  • Loading branch information
frectonz committed Oct 18, 2024
1 parent 0f2fe71 commit e2cb619
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit e2cb619

Please sign in to comment.