From 65456083ce38c9092532531c5d5548c43b7cbf61 Mon Sep 17 00:00:00 2001 From: teaSummer Date: Mon, 24 Jun 2024 20:24:27 +0800 Subject: [PATCH] fix: launcher version --- data/launcher.js | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/data/launcher.js b/data/launcher.js index 26e436e..3b1bd4d 100644 --- a/data/launcher.js +++ b/data/launcher.js @@ -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" } ]; @@ -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" } }, { @@ -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" }, { @@ -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" } }, { @@ -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" }, { @@ -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" } }, { @@ -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" }, {