mirror of
https://github.com/unmojang/meta.git
synced 2025-09-24 03:31:03 -04:00
Maker update script also run the forge update step
This commit is contained in:
parent
ed91f63702
commit
fb1d3747a6
@ -23,6 +23,7 @@ function fail_out {
|
||||
currentDate=`date --iso-8601`
|
||||
|
||||
./updateMojang.py || fail_in
|
||||
./updateForge.py || fail_in
|
||||
cd "${BASEDIR}/${UPSTREAM_DIR}"
|
||||
git add mojang/version_manifest.json mojang/versions/* mojang/assets/* forge/*.json || fail_in
|
||||
if ! git diff --cached --exit-code ; then
|
||||
|
Loading…
x
Reference in New Issue
Block a user