We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents fca36ff + 35ec7dc commit 0c4ffb4Copy full SHA for 0c4ffb4
1 file changed
dist-workspace.toml
@@ -10,7 +10,7 @@ ci = "github"
10
# The installers to generate for each app
11
installers = ["shell", "powershell", "msi"]
12
# Target platforms to build apps for (Rust target-triple syntax)
13
-targets = ["aarch64-apple-darwin", "aarch64-pc-windows-msvc", "x86_64-apple-darwin", "x86_64-unknown-linux-gnu", "x86_64-pc-windows-msvc"]
+targets = ["aarch64-apple-darwin", "x86_64-apple-darwin", "x86_64-unknown-linux-gnu", "x86_64-pc-windows-msvc"]
14
# Which actions to run on pull requests
15
pr-run-mode = "plan"
16
# Whether to install an updater program
0 commit comments