mirror of
https://github.com/spacedriveapp/spacedrive.git
synced 2026-04-20 22:50:11 -04:00
fix (#828)
This commit is contained in:
4
.github/scripts/setup-system.sh
vendored
4
.github/scripts/setup-system.sh
vendored
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user