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
I cannot build app because I could not access to network.
Describe the solution you'd like
Release these resources with stable tauri.
Support an option like --localpath to copy local files from.
Both above.
Alternatives considered
Mirror, I searched and find env TAURI_BUNDLER_TOOLS_GITHUB_MIRROR and TAURI_BUNDLER_TOOLS_GITHUB_MIRROR_TEMPLATE, and I prefer local file, it's more stable.
Additional context
No response
The text was updated successfully, but these errors were encountered:
Some of the tools used are too large to be included in tauri itself imo
Support an option like --localpath to copy local files from.
I agree that an explicit approach makes sense, but for now simply adding the files to the ~/.cache/tauri (linux) or AppData/Local/tauri (windows) directory yourself should skip the downloads.
FabianLars
changed the title
[feat] Bundle
[feat] Get bundle tools from local path
Nov 27, 2024
Describe the problem
I cannot build app because I could not access to network.
Describe the solution you'd like
--localpath
to copy local files from.Alternatives considered
TAURI_BUNDLER_TOOLS_GITHUB_MIRROR
andTAURI_BUNDLER_TOOLS_GITHUB_MIRROR_TEMPLATE
, and I prefer local file, it's more stable.Additional context
No response
The text was updated successfully, but these errors were encountered: