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

refactor: revert back to old tauri release asset naming scheme

This commit is contained in:
2026-01-20 22:52:54 +05:30
Verified
parent 80e9c60304
commit 0139fbbb88
9 changed files with 1805 additions and 1042 deletions

View File

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