Skip to content
This repository was archived by the owner on Oct 5, 2024. It is now read-only.

Commit cdf446c

Browse files
committed
Close #42: Update for v0.4.4
1 parent e285c86 commit cdf446c

File tree

3 files changed

+17
-17
lines changed

3 files changed

+17
-17
lines changed

assets/js/openrct2.website.js

Lines changed: 12 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -4,27 +4,27 @@ openrct2.Platform = Object.freeze({
44
UNKNOWN: {},
55
WINDOWS32: {
66
name: 'Windows (32-bit)',
7-
link: 'https://github.com/OpenRCT2/OpenRCT2/releases/download/v0.4.3/OpenRCT2-0.4.3-windows-installer-win32.exe',
8-
size: 29474030,
9-
version: '0.4.3'
7+
link: 'https://github.com/OpenRCT2/OpenRCT2/releases/download/v0.4.4/OpenRCT2-0.4.4-windows-installer-win32.exe',
8+
size: 34135992,
9+
version: '0.4.4'
1010
},
1111
WINDOWS64: {
1212
name: 'Windows (64-bit)',
13-
link: 'https://github.com/OpenRCT2/OpenRCT2/releases/download/v0.4.3/OpenRCT2-0.4.3-windows-installer-x64.exe',
14-
size: 30143850,
15-
version: '0.4.3'
13+
link: 'https://github.com/OpenRCT2/OpenRCT2/releases/download/v0.4.4/OpenRCT2-0.4.4-windows-installer-x64.exe',
14+
size: 34726176,
15+
version: '0.4.4'
1616
},
1717
MACOS: {
1818
name: 'macOS',
19-
link: 'https://github.com/OpenRCT2/OpenRCT2/releases/download/v0.4.3/OpenRCT2-0.4.3-macos-universal.zip',
20-
size: 58493788,
21-
version: '0.4.3'
19+
link: 'https://github.com/OpenRCT2/OpenRCT2/releases/download/v0.4.4/OpenRCT2-0.4.4-macos-universal.zip',
20+
size: 63149052,
21+
version: '0.4.4'
2222
},
2323
LINUX: {
2424
name: 'Linux',
25-
link: 'https://github.com/OpenRCT2/OpenRCT2/releases/download/v0.4.3/OpenRCT2-0.4.3-linux-x86_64.AppImage',
26-
size: 52511936,
27-
version: '0.4.3'
25+
link: 'https://github.com/OpenRCT2/OpenRCT2/releases/download/v0.4.4/OpenRCT2-0.4.4-linux-x86_64.AppImage',
26+
size: 65340608,
27+
version: '0.4.4'
2828
}
2929
}); // Object.freeze() prevents this from being futzed with
3030

getting-started/index.html

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -96,7 +96,7 @@ <h2>Install OpenRCT2 for Windows (32-bit)</h2>
9696
<h3>Install OpenRCT2</h3>
9797
<p>Use the links below to download OpenRCT2. The latest release is a stable, well-tested build, but may have fewer features than the latest development builds. The dev builds are analogous to beta versions - they should work, but don't expect everything to be perfect.</p>
9898
<p>Note: If you wish to play online, it is recommended to use the latest development build, as most servers will be running this; you cannot connect to a server running a different version.</p>
99-
<div><a class="btn-download" href="https://github.com/OpenRCT2/OpenRCT2/releases/download/v0.4.3/OpenRCT2-0.4.3-windows-installer-win32.exe">Download latest release</a></div>
99+
<div><a class="btn-download" href="https://github.com/OpenRCT2/OpenRCT2/releases/download/v0.4.4/OpenRCT2-0.4.4-windows-installer-win32.exe">Download latest release</a></div>
100100
<div><a class="btn-download" href="https://openrct2.org/downloads/latest/develop">Download latest development build</a></div>
101101
</div>
102102
</li>
@@ -121,7 +121,7 @@ <h2>Install OpenRCT2 for Windows (64-bit)</h2>
121121
<h3>Install OpenRCT2</h3>
122122
<p>Use the links below to download OpenRCT2. The latest release is a stable, well-tested build, but may have fewer features than the latest development builds. The dev builds are analogous to beta versions - they should work, but don't expect everything to be perfect.</p>
123123
<p>Note: If you wish to play online, it is recommended to use the latest development build, as most servers will be running this; you cannot connect to a server running a different version.</p>
124-
<div><a class="btn-download" href="https://github.com/OpenRCT2/OpenRCT2/releases/download/v0.4.3/OpenRCT2-0.4.3-windows-installer-x64.exe">Download latest release</a></div>
124+
<div><a class="btn-download" href="https://github.com/OpenRCT2/OpenRCT2/releases/download/v0.4.4/OpenRCT2-0.4.4-windows-installer-x64.exe">Download latest release</a></div>
125125
<div><a class="btn-download" href="https://openrct2.org/downloads/latest/develop">Download latest development build</a></div>
126126
</div>
127127
</li>
@@ -320,7 +320,7 @@ <h2>Install OpenRCT2 for macOS</h2>
320320
<h3>Install OpenRCT2</h3>
321321
<p>Use the links below to download OpenRCT2. The latest release is a stable, well-tested build, but may have fewer features than the latest development builds. The dev builds are analogous to beta versions - they should work, but don't expect everything to be perfect.</p>
322322
<p>Note: If you wish to play online, it is recommended to use the latest development build, as most servers will be running this; you cannot connect to a server running a different version.</p>
323-
<div><a class="btn-download" href="https://github.com/OpenRCT2/OpenRCT2/releases/download/v0.4.3/OpenRCT2-0.4.3-macos-universal.zip">Download latest release</a></div>
323+
<div><a class="btn-download" href="https://github.com/OpenRCT2/OpenRCT2/releases/download/v0.4.4/OpenRCT2-0.4.4-macos-universal.zip">Download latest release</a></div>
324324
<div><a class="btn-download" href="https://openrct2.org/downloads/latest/develop">Download latest development build</a></div>
325325
</div>
326326
</li>

index.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,9 +20,9 @@ <h1>OpenRCT2</h1>
2020
<h2>Open source re-implementation of RollerCoaster Tycoon 2</h2>
2121
<ul id="buttons">
2222
<li>
23-
<a class="link" href="https://github.com/OpenRCT2/OpenRCT2/releases/download/v0.4.3/OpenRCT2-0.4.3-windows-installer-x64.exe">Download Latest Release</a>
23+
<a class="link" href="https://github.com/OpenRCT2/OpenRCT2/releases/download/v0.4.4/OpenRCT2-0.4.4-windows-installer-x64.exe">Download Latest Release</a>
2424
<div class="information">
25-
<span class="version">0.4.3</span><a class="platform" href="#" title="Change platform…">Windows (64-bit)</a><span class="size">29 MiB</span>
25+
<span class="version">0.4.4</span><a class="platform" href="#" title="Change platform…">Windows (64-bit)</a><span class="size">29 MiB</span>
2626
</div>
2727
</li>
2828
<li>

0 commit comments

Comments
 (0)