Skip to content

Commit 9e9dff3

Browse files
committed
Merging latest updates into production branch.
2 parents 94dd4a3 + 89e26e0 commit 9e9dff3

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

src/main/webapp/WEB-INF/includes/pageparts/clientdownload.jsp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
<div class="clients">
2121
<div class="client MacOS">
2222
<img src="<url:getCdnUrl url="/images/os-icons/mac_os.png"/>"/>
23-
<a href="${properties:downloadfiles('/BlocklyPropClient-installer.dmg')}">
23+
<a href="${properties:downloadfiles('/BlocklyPropClient-setup-MacOS.pkg')}">
2424
<fmt:message key="clientdownload.client.macos.installer" /></a>
2525
</div>
2626
<!-- Windows 32bit client -->

src/main/webapp/WEB-INF/servlet/clientdownload.jsp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@
4242
<div class="clients">
4343
<div class="client MacOS">
4444
<img src="<url:getCdnUrl url="/images/os-icons/mac_os.png"/>"/>
45-
<a href="${properties:downloadfiles('/BlocklyPropClient-installer.dmg')}">
45+
<a href="${properties:downloadfiles('/BlocklyPropClient-setup-MacOS.pkg')}">
4646
<fmt:message key="clientdownload.client.macos.installer" /></a>
4747
</div>
4848
<div class="client Windows">

0 commit comments

Comments
 (0)