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

Commit

Permalink
Update for v0.4.8
Browse files Browse the repository at this point in the history
  • Loading branch information
Gymnasiast committed Feb 4, 2024
1 parent e63bb78 commit d6474de
Show file tree
Hide file tree
Showing 3 changed files with 20 additions and 20 deletions.
30 changes: 15 additions & 15 deletions assets/js/openrct2.website.js
Original file line number Diff line number Diff line change
Expand Up @@ -4,33 +4,33 @@ openrct2.Platform = Object.freeze({
UNKNOWN: {},
WINDOWS_ARM64: {
name: 'Windows (ARM64)',
link: 'https://github.com/OpenRCT2/OpenRCT2/releases/download/v0.4.7/OpenRCT2-0.4.7-windows-installer-arm64.exe',
size: 59963808,
version: '0.4.7'
link: 'https://github.com/OpenRCT2/OpenRCT2/releases/download/v0.4.8/OpenRCT2-0.4.8-windows-installer-arm64.exe',
size: 59982672,
version: '0.4.8'
},
WINDOWS32: {
name: 'Windows (32-bit)',
link: 'https://github.com/OpenRCT2/OpenRCT2/releases/download/v0.4.7/OpenRCT2-0.4.7-windows-installer-win32.exe',
size: 60477672,
version: '0.4.7'
link: 'https://github.com/OpenRCT2/OpenRCT2/releases/download/v0.4.8/OpenRCT2-0.4.8-windows-installer-win32.exe',
size: 60495448,
version: '0.4.8'
},
WINDOWS64: {
name: 'Windows (64-bit)',
link: 'https://github.com/OpenRCT2/OpenRCT2/releases/download/v0.4.7/OpenRCT2-0.4.7-windows-installer-x64.exe',
size: 61192680,
version: '0.4.7'
link: 'https://github.com/OpenRCT2/OpenRCT2/releases/download/v0.4.8/OpenRCT2-0.4.8-windows-installer-x64.exe',
size: 61216240,
version: '0.4.8'
},
MACOS: {
name: 'macOS',
link: 'https://github.com/OpenRCT2/OpenRCT2/releases/download/v0.4.7/OpenRCT2-0.4.7-macos-universal.zip',
size: 84391700,
version: '0.4.7'
link: 'https://github.com/OpenRCT2/OpenRCT2/releases/download/v0.4.8/OpenRCT2-0.4.8-macos-universal.zip',
size: 84436045,
version: '0.4.8'
},
LINUX: {
name: 'Linux',
link: 'https://github.com/OpenRCT2/OpenRCT2/releases/download/v0.4.7/OpenRCT2-0.4.7-linux-x86_64.AppImage',
size: 91952320,
version: '0.4.7'
link: 'https://github.com/OpenRCT2/OpenRCT2/releases/download/v0.4.8/OpenRCT2-0.4.8-linux-x86_64.AppImage',
size: 92083392,
version: '0.4.8'
}
}); // Object.freeze() prevents this from being futzed with

Expand Down
6 changes: 3 additions & 3 deletions getting-started/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -96,7 +96,7 @@ <h2>Install OpenRCT2 for Windows (32-bit)</h2>
<h3>Install OpenRCT2</h3>
<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>
<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>
<div><a class="btn-download" href="https://github.com/OpenRCT2/OpenRCT2/releases/download/v0.4.7/OpenRCT2-0.4.7-windows-installer-win32.exe">Download latest release</a></div>
<div><a class="btn-download" href="https://github.com/OpenRCT2/OpenRCT2/releases/download/v0.4.8/OpenRCT2-0.4.8-windows-installer-win32.exe">Download latest release</a></div>
<div><a class="btn-download" href="https://openrct2.org/downloads/latest/develop">Download latest development build</a></div>
</div>
</li>
Expand All @@ -121,7 +121,7 @@ <h2>Install OpenRCT2 for Windows (64-bit)</h2>
<h3>Install OpenRCT2</h3>
<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>
<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>
<div><a class="btn-download" href="https://github.com/OpenRCT2/OpenRCT2/releases/download/v0.4.7/OpenRCT2-0.4.7-windows-installer-x64.exe">Download latest release</a></div>
<div><a class="btn-download" href="https://github.com/OpenRCT2/OpenRCT2/releases/download/v0.4.8/OpenRCT2-0.4.8-windows-installer-x64.exe">Download latest release</a></div>
<div><a class="btn-download" href="https://openrct2.org/downloads/latest/develop">Download latest development build</a></div>
</div>
</li>
Expand Down Expand Up @@ -342,7 +342,7 @@ <h2>Install OpenRCT2 for macOS</h2>
<h3>Install OpenRCT2</h3>
<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>
<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>
<div><a class="btn-download" href="https://github.com/OpenRCT2/OpenRCT2/releases/download/v0.4.7/OpenRCT2-0.4.7-macos-universal.zip">Download latest release</a></div>
<div><a class="btn-download" href="https://github.com/OpenRCT2/OpenRCT2/releases/download/v0.4.8/OpenRCT2-0.4.8-macos-universal.zip">Download latest release</a></div>
<div><a class="btn-download" href="https://openrct2.org/downloads/latest/develop">Download latest development build</a></div>
</div>
</li>
Expand Down
4 changes: 2 additions & 2 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -20,9 +20,9 @@ <h1>OpenRCT2</h1>
<h2>Open source re-implementation of RollerCoaster Tycoon 2</h2>
<ul id="buttons">
<li>
<a class="link" href="https://github.com/OpenRCT2/OpenRCT2/releases/download/v0.4.7/OpenRCT2-0.4.7-windows-installer-x64.exe">Download Latest Release</a>
<a class="link" href="https://github.com/OpenRCT2/OpenRCT2/releases/download/v0.4.8/OpenRCT2-0.4.8-windows-installer-x64.exe">Download Latest Release</a>
<div class="information">
<span class="version">0.4.7</span><a class="platform" href="#" title="Change platform…">Windows (64-bit)</a><span class="size">58 MiB</span>
<span class="version">0.4.8</span><a class="platform" href="#" title="Change platform…">Windows (64-bit)</a><span class="size">58 MiB</span>
</div>
</li>
<li>
Expand Down

0 comments on commit d6474de

Please sign in to comment.