mirror of
https://github.com/unmojang/meta.git
synced 2025-09-23 11:10:53 -04:00
fix: stage neoforge files in update.sh
This commit is contained in:
parent
7675db8169
commit
6e840ee81b
@ -51,6 +51,7 @@ python updateLiteloader.py || fail_in
|
|||||||
if [ "${DEPLOY_TO_GIT}" = true ] ; then
|
if [ "${DEPLOY_TO_GIT}" = true ] ; then
|
||||||
upstream_git add mojang/version_manifest_v2.json mojang/versions/* || fail_in
|
upstream_git add mojang/version_manifest_v2.json mojang/versions/* || fail_in
|
||||||
upstream_git add forge/*.json forge/version_manifests/*.json forge/installer_manifests/*.json forge/files_manifests/*.json forge/installer_info/*.json || fail_in
|
upstream_git add forge/*.json forge/version_manifests/*.json forge/installer_manifests/*.json forge/files_manifests/*.json forge/installer_info/*.json || fail_in
|
||||||
|
upstream_git add neoforge/*.json forge/version_manifests/*.json forge/installer_manifests/*.json forge/files_manifests/*.json forge/installer_info/*.json || fail_in
|
||||||
upstream_git add fabric/loader-installer-json/*.json fabric/meta-v2/*.json fabric/jars/*.json || fail_in
|
upstream_git add fabric/loader-installer-json/*.json fabric/meta-v2/*.json fabric/jars/*.json || fail_in
|
||||||
upstream_git add quilt/loader-installer-json/*.json quilt/meta-v3/*.json quilt/jars/*.json || fail_in
|
upstream_git add quilt/loader-installer-json/*.json quilt/meta-v3/*.json quilt/jars/*.json || fail_in
|
||||||
upstream_git add liteloader/*.json || fail_in
|
upstream_git add liteloader/*.json || fail_in
|
||||||
@ -74,6 +75,7 @@ python index.py || fail_out
|
|||||||
if [ "${DEPLOY_TO_GIT}" = true ] ; then
|
if [ "${DEPLOY_TO_GIT}" = true ] ; then
|
||||||
launcher_git add index.json org.lwjgl/* org.lwjgl3/* net.minecraft/* || fail_out
|
launcher_git add index.json org.lwjgl/* org.lwjgl3/* net.minecraft/* || fail_out
|
||||||
launcher_git add net.minecraftforge/* || fail_out
|
launcher_git add net.minecraftforge/* || fail_out
|
||||||
|
launcher_git add net.neoforged/* || fail_out
|
||||||
launcher_git add net.fabricmc.fabric-loader/* net.fabricmc.intermediary/* || fail_out
|
launcher_git add net.fabricmc.fabric-loader/* net.fabricmc.intermediary/* || fail_out
|
||||||
launcher_git add org.quiltmc.quilt-loader/* || fail_out # TODO: add Quilt hashed, once it is actually used
|
launcher_git add org.quiltmc.quilt-loader/* || fail_out # TODO: add Quilt hashed, once it is actually used
|
||||||
launcher_git add com.mumfrey.liteloader/* || fail_out
|
launcher_git add com.mumfrey.liteloader/* || fail_out
|
||||||
|
Loading…
x
Reference in New Issue
Block a user