Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/main'
Browse files Browse the repository at this point in the history
  • Loading branch information
teaSummer committed Jul 8, 2024
2 parents af476a0 + 4e96982 commit ab0c586
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions data/launcher.js
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@ const AndroidLauncher = [
{
title: "Fold Craft Launcher",
abbr: "FCL",
download: "https://github.com/FCL-Team/FoldCraftLauncher/releases/download/1.1.7.1/FCL-release-1.1.7.1-all.apk",
version: "1.1.7.1",
download: "https://github.com/FCL-Team/FoldCraftLauncher/releases/download/1.1.7.2/FCL-release-1.1.7.2-all.apk",
version: "1.1.7.2",
url: "https://github.com/FCL-Team/FoldCraftLauncher"
},
{
Expand Down Expand Up @@ -85,8 +85,8 @@ const WindowsLauncher = [
{
title: "X Minecraft Launcher",
abbr: "XMCL",
download: "https://github.com/Voxelum/x-minecraft-launcher/releases/download/v0.44.11/xmcl-0.44.11-win32-x64.zip",
version: "0.44.11",
download: "https://github.com/Voxelum/x-minecraft-launcher/releases/download/v0.44.12/xmcl-0.44.12-win32-x64.zip",
version: "0.44.12",
url: "https://github.com/voxelum/x-minecraft-launcher"
},
{
Expand Down Expand Up @@ -169,8 +169,8 @@ const macOSLauncher = [
{
title: "X Minecraft Launcher",
abbr: "XMCL",
download: "https://github.com/Voxelum/x-minecraft-launcher/releases/download/v0.44.11/xmcl-0.44.11.dmg",
version: "0.44.11",
download: "https://github.com/Voxelum/x-minecraft-launcher/releases/download/v0.44.12/xmcl-0.44.12.dmg",
version: "0.44.12",
url: "https://github.com/Voxelum/x-minecraft-launcher"
},
{
Expand Down Expand Up @@ -226,8 +226,8 @@ const LinuxLauncher = [
{
title: "X Minecraft Launcher",
abbr: "XMCL",
download: "https://github.com/Voxelum/x-minecraft-launcher/releases/download/v0.44.11/xmcl-0.44.11-arm64.deb",
version: "0.44.11",
download: "https://github.com/Voxelum/x-minecraft-launcher/releases/download/v0.44.12/xmcl-0.44.12-arm64.deb",
version: "0.44.12",
url: "https://github.com/voxelum/x-minecraft-launcher"
},
{
Expand Down

0 comments on commit ab0c586

Please sign in to comment.