1
1
mirror of https://github.com/neosubhamoy/neodlp-website.git synced 2026-02-04 13:22:23 +05:30

refactor: updated installer scripts to match up with latest asset URLs

This commit is contained in:
2025-10-28 20:40:48 +05:30
Verified
parent 0f4c52bab2
commit 80e9c60304
2 changed files with 6 additions and 6 deletions

View File

@@ -17,10 +17,10 @@ fi
ARCH=$(uname -m)
if [[ "$ARCH" == "arm64" ]]; then
ASSET_NAME="NeoDLP_aarch64.app.tar.gz"
ASSET_NAME="NeoDLP_darwin_aarch64.app.tar.gz"
echo "🧠 Detected Apple Silicon Mac (arm64)"
elif [[ "$ARCH" == "x86_64" ]]; then
ASSET_NAME="NeoDLP_x64.app.tar.gz"
ASSET_NAME="NeoDLP_darwin_x64.app.tar.gz"
echo "🧠 Detected Intel-based Mac (x86_64)"
else
echo "❌ Unsupported architecture: $ARCH"