Add internal download buttons

Summary:
I found a `CFBundleURLTypes` in the .app. Turns out that Munki has
a bunch of hard-to-discover deeplinks: https://github.com/munki/munki/wiki/Munki-Links

Reviewed By: mweststrate

Differential Revision: D26125684

fbshipit-source-id: 3a470360e3df287bd9a07d2e587094cbf7879e33
This commit is contained in:
Pascal Hartig
2021-01-28 08:18:26 -08:00
committed by Facebook GitHub Bot
parent 7142f6310c
commit b1e6426114

View File

@@ -27,10 +27,31 @@ export default function Index() {
API. API.
</h2> </h2>
<FbInternalOnly> <FbInternalOnly>
<h2> <div>
Facebook employees should download the internal version of <p className="landing-btn landing-btn-left landing-btn-label">
Flipper from Managed Software Center Download
</h2> </p>
<a
className="landing-btn landing-btn-middle primary"
href="munki://detail-Flipper">
Mac
</a>
<a
className="landing-btn landing-btn-middle primary"
href="https://fburl.com/flipper-linux-download">
Linux (Beta)
</a>
<a
className="landing-btn landing-btn-right primary"
href="https://fburl.com/flipper-windows-download">
Windows (Beta)
</a>
<a
className="landing-btn"
href={useBaseUrl('docs/features/index')}>
Learn more
</a>
</div>
</FbInternalOnly> </FbInternalOnly>
<OssOnly> <OssOnly>
<div> <div>