Skip to content

Commit 758897b

Browse files
committed
chore: enable windows-msvc
1 parent 798d884 commit 758897b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

dist-workspace.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ ci = "github"
1010
# The installers to generate for each app
1111
installers = ["shell", "powershell"]
1212
# Target platforms to build apps for (Rust target-triple syntax)
13-
targets = ["aarch64-apple-darwin", "x86_64-apple-darwin", "x86_64-unknown-linux-gnu"]
13+
targets = ["aarch64-apple-darwin", "x86_64-apple-darwin", "x86_64-unknown-linux-gnu", "x86_64-pc-windows-msvc"]
1414
# Whether to install an updater program
1515
install-updater = true
1616
# Skip checking whether the specified configuration files are up to date

0 commit comments

Comments
 (0)