Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

tauri build hangs at wget request #1018

Closed
sanket143 opened this issue Sep 12, 2020 · 0 comments · Fixed by #1019
Closed

tauri build hangs at wget request #1018

sanket143 opened this issue Sep 12, 2020 · 0 comments · Fixed by #1019

Comments

@sanket143
Copy link
Contributor

sanket143 commented Sep 12, 2020

Describe the bug
A clear and concise description of what the bug is.
On tauri build, it hangs on wget -q -O AppRun https://github.com/AppImage/AppImageKit/releases/download/continuous/AppRun-x86_64 every time.

I tried it without -q as a separate commands and it showed this

--2020-09-12 13:18:54--  https://github.com/AppImage/AppImageKit/releases/download/continuous/AppRun-x86_64
Loaded CA certificate '/etc/ssl/certs/ca-certificates.crt'
Resolving github.com (github.com)... 64:ff9b::dea:b066, 13.234.176.102
Connecting to github.com (github.com)|64:ff9b::dea:b066|:443... ^C

To Reproduce
Just tauri build in a tauri project.

Expected behavior
Download the AppImage in few seconds, because it is relatively so small.

Platform and Versions (please complete the following information):

OS: Linux(5.8.8-arch1-1) - linux/x64
Node: 14.10.1
NPM: 6.14.7
Yarn: 1.22.5
Rustc: 1.45.0

lucasfernog added a commit that referenced this issue Oct 10, 2020
Co-authored-by: Lucas Nogueira <lucas@tauri.studio>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant