Skip to content

Commit 17533ce

Browse files
paul-cosseyn8felton
authored andcommitted
Update Tidal.download.recipe
Adds Architecture specific downloads
1 parent 12410b9 commit 17533ce

File tree

1 file changed

+7
-2
lines changed

1 file changed

+7
-2
lines changed

Tidal/Tidal.download.recipe

+7-2
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,10 @@
33
<plist version="1.0">
44
<dict>
55
<key>Description</key>
6-
<string>Downloads the latest version of Tidal.</string>
6+
<string>Downloads the latest version of Tidal.
7+
8+
To download Intel use: "x64" in the ARCH_TYPE variable
9+
To Download Apple Silicon use: "arm64" in the ARCH_TYPE variable</string>
710
<key>Identifier</key>
811
<string>com.github.n8felton.download.Tidal</string>
912
<key>MinimumVersion</key>
@@ -12,6 +15,8 @@
1215
<dict>
1316
<key>NAME</key>
1417
<string>Tidal</string>
18+
<key>ARCH_TYPE</key>
19+
<string>x64</string>
1520
</dict>
1621
<key>Process</key>
1722
<array>
@@ -21,7 +26,7 @@
2126
<key>Arguments</key>
2227
<dict>
2328
<key>url</key>
24-
<string>https://download.tidal.com/desktop/TIDAL.dmg</string>
29+
<string>https://download.tidal.com/desktop/TIDAL.%ARCH_TYPE%.dmg</string>
2530
</dict>
2631
</dict>
2732
<dict>

0 commit comments

Comments
 (0)