diff --git a/script/symbolicate b/script/symbolicate index 46e89b6f391d1243ca0d2064bca92a6c8622f3a9..0022ebc539dff1e292fbc1d648100539c1d90b69 100755 --- a/script/symbolicate +++ b/script/symbolicate @@ -20,11 +20,12 @@ arch="x86_64-apple-darwin" if [[ "$cpu_type" == *ARM-64* ]]; then arch="aarch64-apple-darwin" fi +echo $bundle_id; channel="stable" -if [[ "$bundle_id" == *nightly* ]]; then +if [[ "$bundle_id" == *Nightly* ]]; then channel="nightly" -elif [[ "$bundle_id" == *preview* ]]; then +elif [[ "$bundle_id" == *Preview* ]]; then channel="preview" fi