-
Notifications
You must be signed in to change notification settings - Fork 28
fix(downloads): Correct 404 download links for macOS 10.12 files #614
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
base: master
Are you sure you want to change the base?
Conversation
|
Tip Preview URL: |
d5cc84c to
a6ef02f
Compare
The previous URLs for macOS 10.12 (both ARM and Intel architectures) were pointing to an incorrect location, resulting in 404 errors. This commit updates the download URLs to the correct path in the releases section, where the files actually reside.
Adds note about 'xattr' command solution for users downloading qTox on macOS who encounter the "damaged and can't be opened" error.
a6ef02f to
e754c28
Compare
|
Hey @Green-Sky, I have a problem with Build, test, and deploy / macOS user (x86_64) (pull_request). The build image seems to be deprecated. And I still need the owner approval test. Can you help me? I can't do nothing with the tests. |
|
Yes I see the mac issue. |
Is there a current plan to fix it, or is there a specific task I can take on to help update the deprecated build image? |
|
Please rebase on latest master. It contains the macos runner fix. |
The previous URLs for macOS 10.12 (both ARM and Intel architectures) were pointing to an incorrect location, resulting in 404 errors.
This commit updates the download URLs to the correct path in the releases section, where the files actually reside.
Fixes #609
This change is