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

Update dropbox recipe for supported_architectures #462

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

sphen13
Copy link
Contributor

@sphen13 sphen13 commented Jun 30, 2023

updated recipe to support arm64 dropbox download.

create an override and specify ARCHITECTURE to get arm vs intel.

updated recipe to support arm64 dropbox download
<key>ARCHITECTURE</key>
<string>x86_64</string>
<key>DOWNLOAD_URL</key>
<string>https://www.dropbox.com/download?plat=mac&amp;arch=%ARCHITECTURE%&amp;full=1</string>
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Why does DOWNLOAD_URL need to be an input variable? I could see a rationale for adding a PLATFORM variable, but not the whole URL.

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

Successfully merging this pull request may close these issues.

2 participants