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
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):
Describe the bug
A clear and concise description of what the bug is.
On
tauri build
, it hangs onwget -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 thisTo 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
The text was updated successfully, but these errors were encountered: