Skip to content

Commit 55e505a

Browse files
authored
Merge pull request #77 from leemwood/main
modify: update Zalith Launcher versions and abbreviations
2 parents 934a214 + 8b6bab0 commit 55e505a

2 files changed

Lines changed: 10 additions & 6 deletions

File tree

.github/workflows/launcher.yml

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,9 @@ jobs:
2424
github: https://github.com/FCL-Team/FoldCraftLauncher
2525
- abbr: XMCL
2626
github: https://github.com/Voxelum/x-minecraft-launcher
27-
- abbr: Zalith Launcher 2
27+
- abbr: zl1
28+
github: https://github.com/ZalithLauncher/ZalithLauncher
29+
- abbr: zl2
2830
github: https://github.com/ZalithLauncher/ZalithLauncher2
2931
- abbr: ColorMC
3032
github: https://github.com/Coloryr/ColorMC
@@ -83,10 +85,10 @@ jobs:
8385
unset LATEST_DEV_VERSION
8486
fi
8587
fi
86-
88+
8789
# Remove Needless Files
8890
rm latest.json releases.json launcher.jsonc
89-
91+
9092
# Output
9193
echo "last_stable_version=$LAST_STABLE_VERSION" >> $GITHUB_OUTPUT
9294
echo "last_dev_version=$LAST_DEV_VERSION" >> $GITHUB_OUTPUT

data/launcher.jsonc

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
"title": "Fold Craft Launcher",
88
"abbr": "FCL",
99
"download": "https://github.com/FCL-Team/FoldCraftLauncher/releases/download/1.2.6.8/FCL-release-1.2.6.8-all.apk",
10-
"version": "1.2.6.8",
10+
"version": "1.2.7.3",
1111
"github": "https://github.com/FCL-Team/FoldCraftLauncher",
1212
"url": "https://fcl-team.github.io"
1313
},
@@ -27,15 +27,17 @@
2727
},
2828
{
2929
"title": "Zalith Launcher",
30+
"abbr": "zl1",
3031
"download": "https://github.com/ZalithLauncher/ZalithLauncher/releases/download/141100/ZalithLauncher-1.4.1.1.apk",
3132
"version": "1.4.1.1",
3233
"github": "https://github.com/ZalithLauncher/ZalithLauncher",
3334
"url": "https://zalithlauncher.cn/"
3435
},
3536
{
3637
"title": "Zalith Launcher 2",
37-
"download": "https://github.com/ZalithLauncher/ZalithLauncher2/releases/download/2.0.0_beta-20251118a/ZalithLauncher-2.0.0_beta-20251118a.apk",
38-
"version": "2.0.0_beta-20251118a",
38+
"abbr": "zl2",
39+
"download": "https://github.com/ZalithLauncher/ZalithLauncher2/releases/download/2.0.0_beta-20251206a/ZalithLauncher-2.0.0_beta-20251206a.apk",
40+
"version": "2.0.0_beta-20251206a",
3941
"github": "https://github.com/ZalithLauncher/ZalithLauncher2",
4042
"url": "https://zalithlauncher.cn/"
4143
},

0 commit comments

Comments
 (0)