We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
windows-msvc
1 parent 798d884 commit 758897bCopy full SHA for 758897b
dist-workspace.toml
@@ -10,7 +10,7 @@ ci = "github"
10
# The installers to generate for each app
11
installers = ["shell", "powershell"]
12
# Target platforms to build apps for (Rust target-triple syntax)
13
-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-pc-windows-msvc"]
14
# Whether to install an updater program
15
install-updater = true
16
# Skip checking whether the specified configuration files are up to date
0 commit comments