Skip to content

Commit

Permalink
fix: launcher version
Browse files Browse the repository at this point in the history
  • Loading branch information
teaSummer committed Jun 24, 2024
1 parent 0d4fcf4 commit 6545608
Showing 1 changed file with 10 additions and 10 deletions.
20 changes: 10 additions & 10 deletions data/launcher.js
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ const iOSLauncher = [
{
title: "PojavLauncher",
download: "https://github.com/PojavLauncherTeam/PojavLauncher_iOS/releases/download/v2.2/net.kdt.pojavlauncher-2.2-ios.ipa",
version: "v2.2",
version: "2.2",
url: "https://github.com/PojavLauncherTeam/PojavLauncher_iOS"
}
];
Expand All @@ -55,11 +55,11 @@ const WindowsLauncher = [
title: "Hello Minecraft! Launcher",
abbr: "HMCL",
download: "https://github.com/HMCL-dev/HMCL/releases/download/release-3.5.8/HMCL-3.5.8.exe",
version: "release-3.5.8",
version: "3.5.8",
url: "https://github.com/HMCL-dev/HMCL",
dev: {
download: "https://github.com/HMCL-dev/HMCL/releases/download/v3.5.8.249/HMCL-3.5.8.249.exe",
version: "v3.5.8.249"
version: "3.5.8.249"
}
},
{
Expand All @@ -85,7 +85,7 @@ const WindowsLauncher = [
title: "X Minecraft Launcher",
abbr: "XMCL",
download: "https://github.com/Voxelum/x-minecraft-launcher/releases/download/v0.44.9/xmcl-0.44.9-win32-x64.zip",
version: "v0.44.9",
version: "0.44.9",
url: "https://github.com/voxelum/x-minecraft-launcher"
},
{
Expand Down Expand Up @@ -152,11 +152,11 @@ const macOSLauncher = [
title: "Hello Minecraft! Launcher",
abbr: "HMCL",
download: "https://github.com/HMCL-dev/HMCL/releases/download/release-3.5.8/HMCL-3.5.8.jar",
version: "release-3.5.8",
version: "3.5.8",
url: "https://github.com/HMCL-dev/HMCL",
dev: {
download: "https://github.com/HMCL-dev/HMCL/releases/download/v3.5.8.249/HMCL-3.5.8.249.jar",
version: "v3.5.8.249"
version: "3.5.8.249"
}
},
{
Expand All @@ -169,7 +169,7 @@ const macOSLauncher = [
title: "X Minecraft Launcher",
abbr: "XMCL",
download: "https://github.com/Voxelum/x-minecraft-launcher/releases/download/v0.44.9/xmcl-0.44.9.dmg",
version: "v0.44.9",
version: "0.44.9",
url: "https://github.com/Voxelum/x-minecraft-launcher"
},
{
Expand Down Expand Up @@ -209,11 +209,11 @@ const LinuxLauncher = [
title: "Hello Minecraft! Launcher",
abbr: "HMCL",
download: "https://github.com/HMCL-dev/HMCL/releases/download/release-3.5.8/HMCL-3.5.8.sh",
version: "release-3.5.8",
version: "3.5.8",
url: "https://github.com/HMCL-dev/HMCL",
dev: {
download: "https://github.com/HMCL-dev/HMCL/releases/download/v3.5.8.249/HMCL-3.5.8.249.sh",
version: "v3.5.8.249"
version: "3.5.8.249"
}
},
{
Expand All @@ -226,7 +226,7 @@ const LinuxLauncher = [
title: "X Minecraft Launcher",
abbr: "XMCL",
download: "https://github.com/Voxelum/x-minecraft-launcher/releases/download/v0.44.9/xmcl-0.44.9-arm64.deb",
version: "v0.44.9",
version: "0.44.9",
url: "https://github.com/voxelum/x-minecraft-launcher"
},
{
Expand Down

0 comments on commit 6545608

Please sign in to comment.