You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When attempting to build a project with tauri on a Windows arm64 machine I get the following error:
Downloading https://github.com/wixtoolset/wix3/releases/download/wix3141rtm/wix314-binaries.zip
failed to bundle project: `https://github.com/wixtoolset/wix3/releases/download/wix3141rtm/wix314-binaries.zip: Unknown Scheme: cannot make HTTPS request because no TLS backend is configured`
Error failed to bundle project: `https://github.com/wixtoolset/wix3/releases/download/wix3141rtm/wix314-binaries.zip: Unknown Scheme: cannot make HTTPS request because no TLS backend is configured`
ELIFECYCLE Command failed with exit code 1.
I found a similar issue here that was closed without any resolution.
I get the same error even with openssl on path which was also mentioned in the previous issue.
Reproduction
Unsure if this would reproduce it for others but run pnpm tauri build in project directory on a Windows arm64 based machine.
Describe the bug
When attempting to build a project with tauri on a Windows arm64 machine I get the following error:
I found a similar issue here that was closed without any resolution.
I get the same error even with openssl on path which was also mentioned in the previous issue.
Reproduction
Unsure if this would reproduce it for others but run
pnpm tauri build
in project directory on a Windows arm64 based machine.Expected behavior
Building the project normally.
Full
tauri info
outputStack trace
Additional context
No response
The text was updated successfully, but these errors were encountered: