Skip to content

Commit

Permalink
cxx_build:1.0.134 ( +check only x86_64-pc-windows-msvc)
Browse files Browse the repository at this point in the history
  • Loading branch information
dj8yf0μl committed Dec 19, 2024
1 parent b8e5f98 commit 69ec975
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

8 changes: 4 additions & 4 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -25,10 +25,10 @@ installers = ["shell", "powershell", "npm", "msi"]
publish-jobs = ["npm"]
# Target platforms to build apps for (Rust target-triple syntax)
targets = [
"aarch64-apple-darwin",
"aarch64-unknown-linux-gnu",
"x86_64-apple-darwin",
"x86_64-unknown-linux-gnu",
# "aarch64-apple-darwin",
# "aarch64-unknown-linux-gnu",
# "x86_64-apple-darwin",
# "x86_64-unknown-linux-gnu",
"x86_64-pc-windows-msvc",
]
# The archive format to use for windows builds (defaults .zip)
Expand Down

0 comments on commit 69ec975

Please sign in to comment.