File tree Expand file tree Collapse file tree 1 file changed +4
-2
lines changed
Expand file tree Collapse file tree 1 file changed +4
-2
lines changed Original file line number Diff line number Diff line change 33<plist version =" 1.0" >
44<dict >
55 <key >Description</key >
6- <string >Downloads the latest version of BlueJ.</string >
6+ <string >Downloads the latest version of BlueJ. Set ARCH to x64 for Intel (default), aarch64 for Apple Silicon/Universal. </string >
77 <key >Identifier</key >
88 <string >com.github.n8felton.download.BlueJ</string >
99 <key >Input</key >
1010 <dict >
1111 <key >BASE_URL</key >
1212 <string >https://www.bluej.org</string >
13+ <key >ARCH</key >
14+ <string >x64</string >
1315 <key >DOWNLOAD_URL</key >
1416 <string >%BASE_URL%/versions.html</string >
1517 <key >NAME</key >
2729 <key >url</key >
2830 <string >%DOWNLOAD_URL%</string >
2931 <key >re_pattern</key >
30- <string >< a href=" download/files/(BlueJ-mac-\d+[a-z]? \.dmg)"> </string >
32+ <string >< a href=" download/files/(BlueJ-mac-%ARCH%- \d+\.dmg)"> </string >
3133 </dict >
3234 </dict >
3335 <dict >
You can’t perform that action at this time.
0 commit comments