Skip to content

Commit

Permalink
Update launcher to 2.6.4
Browse files Browse the repository at this point in the history
  • Loading branch information
Adam- committed May 9, 2023
1 parent 6012189 commit e22ab02
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions src/_data/hero.js
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ module.exports = {
buttons: [
{
link:
'https://github.com/runelite/launcher/releases/download/2.6.3/RuneLiteSetup32.exe',
'https://github.com/runelite/launcher/releases/download/2.6.4/RuneLiteSetup32.exe',
icon: 'fab fa-fw fa-windows',
text: {
os: 'Windows',
Expand All @@ -17,7 +17,7 @@ module.exports = {
},
{
link:
'https://github.com/runelite/launcher/releases/download/2.6.3/RuneLiteSetup.exe',
'https://github.com/runelite/launcher/releases/download/2.6.4/RuneLiteSetup.exe',
icon: 'fab fa-fw fa-windows',
text: {
os: 'Windows',
Expand All @@ -27,7 +27,7 @@ module.exports = {
},
{
link:
'https://github.com/runelite/launcher/releases/download/2.6.3/RuneLite-x64.dmg',
'https://github.com/runelite/launcher/releases/download/2.6.4/RuneLite-x64.dmg',
icon: 'fab fa-fw fa-apple',
text: {
os: 'macOS',
Expand All @@ -37,7 +37,7 @@ module.exports = {
},
{
link:
'https://github.com/runelite/launcher/releases/download/2.6.3/RuneLite-aarch64.dmg',
'https://github.com/runelite/launcher/releases/download/2.6.4/RuneLite-aarch64.dmg',
icon: 'fab fa-fw fa-apple',
text: {
os: 'macOS',
Expand All @@ -47,7 +47,7 @@ module.exports = {
},
{
link:
'https://github.com/runelite/launcher/releases/download/2.6.3/RuneLite.AppImage',
'https://github.com/runelite/launcher/releases/download/2.6.4/RuneLite.AppImage',
icon: 'fab fa-fw fa-linux',
text: {
os: 'Linux',
Expand All @@ -57,7 +57,7 @@ module.exports = {
},
{
link:
'https://github.com/runelite/launcher/releases/download/2.6.3/RuneLite-aarch64.AppImage',
'https://github.com/runelite/launcher/releases/download/2.6.4/RuneLite-aarch64.AppImage',
icon: 'fab fa-fw fa-linux',
text: {
os: 'Linux',
Expand All @@ -67,7 +67,7 @@ module.exports = {
},
{
link:
'https://github.com/runelite/launcher/releases/download/2.6.3/RuneLite.jar',
'https://github.com/runelite/launcher/releases/download/2.6.4/RuneLite.jar',
icon: 'fas fa-fw fa-coffee',
text: {
os: 'All platforms'
Expand Down

0 comments on commit e22ab02

Please sign in to comment.