mirror of
https://github.com/unmojang/meta.git
synced 2025-09-24 03:31:03 -04:00
Add more forge stuff to be included in commits
This commit is contained in:
parent
0a4ae22360
commit
bac4de1ad9
@ -46,7 +46,7 @@ cd "${BASEDIR}"
|
||||
if [ "${DEPLOY_TO_GIT}" = true ] ; then
|
||||
cd "${BASEDIR}/${UPSTREAM_DIR}"
|
||||
git add mojang/version_manifest.json mojang/versions/* mojang/assets/* || fail_in
|
||||
git add forge/*.json forge/version_manifests/*.json forge/installer_manifests/*.json forge/files_manifests/*.json || fail_in
|
||||
git add forge/*.json forge/version_manifests/*.json forge/installer_manifests/*.json forge/files_manifests/*.json forge/installer_info/*.json || fail_in
|
||||
git add fabric/loader-installer-json/*.json fabric/meta-v2/*.json fabric/jars/*.json || fail_in
|
||||
git add liteloader/*.json || fail_in
|
||||
if ! git diff --cached --exit-code ; then
|
||||
|
Loading…
x
Reference in New Issue
Block a user