Skip to content

Commit 3824322

Browse files
just use macOS (without universal) in url titles
1 parent 39f4ed3 commit 3824322

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build-html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,7 @@ foreach (@packages) {
7676
if ($links) {
7777
$links .= '<br/>';
7878
}
79-
$links .= "<a href='http://sourceforge.net/projects/deadbeef/files/plugins/mac/$conf{fname_mac_universal}/download'>Mac&nbsp;(Universal)</a>";
79+
$links .= "<a href='http://sourceforge.net/projects/deadbeef/files/plugins/mac/$conf{fname_mac_universal}/download'>macOS</a>";
8080
}
8181
if ($conf{fname_windows_x86_64}) {
8282
if ($links) {

0 commit comments

Comments
 (0)