Skip to content

Commit

Permalink
Update launcher to 2.6.13
Browse files Browse the repository at this point in the history
  • Loading branch information
Adam- committed Jan 31, 2024
1 parent 75cd3c0 commit 6d63653
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions src/_data/hero.js
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ module.exports = {
buttons: [
{
link:
'https://github.com/runelite/launcher/releases/download/2.6.10/RuneLiteSetup.exe',
'https://github.com/runelite/launcher/releases/download/2.6.13/RuneLiteSetup.exe',
icon: 'fab fa-fw fa-windows',
text: {
os: 'Windows',
Expand All @@ -21,7 +21,7 @@ module.exports = {
},
{
link:
'https://github.com/runelite/launcher/releases/download/2.6.10/RuneLiteSetup32.exe',
'https://github.com/runelite/launcher/releases/download/2.6.13/RuneLiteSetup32.exe',
icon: 'fab fa-fw fa-windows',
text: {
os: 'Windows',
Expand All @@ -31,7 +31,7 @@ module.exports = {
},
{
link:
'https://github.com/runelite/launcher/releases/download/2.6.10/RuneLiteSetupAArch64.exe',
'https://github.com/runelite/launcher/releases/download/2.6.13/RuneLiteSetupAArch64.exe',
icon: 'fab fa-fw fa-windows',
text: {
os: 'Windows',
Expand All @@ -41,7 +41,7 @@ module.exports = {
},
{
link:
'https://github.com/runelite/launcher/releases/download/2.6.12/RuneLite-x64.dmg',
'https://github.com/runelite/launcher/releases/download/2.6.13/RuneLite-x64.dmg',
icon: 'fab fa-fw fa-apple',
text: {
os: 'macOS',
Expand All @@ -51,7 +51,7 @@ module.exports = {
},
{
link:
'https://github.com/runelite/launcher/releases/download/2.6.11/RuneLite-aarch64.dmg',
'https://github.com/runelite/launcher/releases/download/2.6.13/RuneLite-aarch64.dmg',
icon: 'fab fa-fw fa-apple',
text: {
os: 'macOS',
Expand All @@ -61,7 +61,7 @@ module.exports = {
},
{
link:
'https://github.com/runelite/launcher/releases/download/2.6.10/RuneLite.AppImage',
'https://github.com/runelite/launcher/releases/download/2.6.13/RuneLite.AppImage',
icon: 'fab fa-fw fa-linux',
text: {
os: 'Linux',
Expand All @@ -71,7 +71,7 @@ module.exports = {
},
{
link:
'https://github.com/runelite/launcher/releases/download/2.6.10/RuneLite-aarch64.AppImage',
'https://github.com/runelite/launcher/releases/download/2.6.13/RuneLite-aarch64.AppImage',
icon: 'fab fa-fw fa-linux',
text: {
os: 'Linux',
Expand All @@ -81,7 +81,7 @@ module.exports = {
},
{
link:
'https://github.com/runelite/launcher/releases/download/2.6.10/RuneLite.jar',
'https://github.com/runelite/launcher/releases/download/2.6.13/RuneLite.jar',
icon: 'fas fa-fw fa-coffee',
text: {
os: 'All platforms'
Expand Down

0 comments on commit 6d63653

Please sign in to comment.