Skip to content

Commit 1a212ee

Browse files
authored
Merge pull request #942 from zfi/master
Update to push MacOS package changes to production
2 parents 94dd4a3 + 9e9dff3 commit 1a212ee

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)