Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Slack version detection not working #1598

Open
tbcahill opened this issue Apr 12, 2024 · 1 comment
Open

Slack version detection not working #1598

tbcahill opened this issue Apr 12, 2024 · 1 comment

Comments

@tbcahill
Copy link

The latest version is not being pulled correctly for Slack

Example Output:
INFO : slack : found app at /Applications/Slack.app, version 4.36.140, on versionKey CFBundleShortVersionString
INFO : slack : appversion: 4.36.140
INFO : slack : Latest version of Slack is arm64

As a workaround, I'm pulling the version from Slack release page currently:

HTML_CONTENT=$(curl -s "https://slack.com/intl/en-gb/release-notes/mac")
LATEST_VERSION=$(echo "$HTML_CONTENT" | grep -oE "Slack [0-9]+\.[0-9]+\.[0-9]+" | awk '{print $2}' | head -n 1 | tr -d '"')
echo " Latest Slack version: $LATEST_VERSION"
@alexandernezis
Copy link

I think there was a fix here: #1550

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants