This commit is contained in:
Utku
2023-05-18 15:43:54 +03:00
committed by GitHub
parent b5c94701b6
commit b4c92ea28d

View File

@@ -335,10 +335,10 @@ elif [ "$SYSNAME" = "Darwin" ]; then
echo "Download patched tauri cli.js build..."
case "$_arch" in
x86_64)
_artifact_url="https://nightly.link/${_sd_gh_path}/actions/artifacts/687573480.zip"
_artifact_url="https://nightly.link/${_sd_gh_path}/actions/artifacts/702683038.zip"
;;
arm64)
_artifact_url="https://nightly.link/${_sd_gh_path}/actions/artifacts/687573479.zip"
_artifact_url="https://nightly.link/${_sd_gh_path}/actions/artifacts/702683035.zip"
;;
*)
err "Unsupported architecture: $_arch"