mirror of
https://github.com/unmojang/meta.git
synced 2025-09-23 11:10:53 -04:00
add java folders to launcher git
Signed-off-by: Trial97 <alexandru.tripon97@gmail.com>
This commit is contained in:
parent
adef8d673c
commit
c550feabe1
@ -74,7 +74,7 @@ if [ "${DEPLOY_TO_GIT}" = true ]; then
|
||||
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 com.mumfrey.liteloader/* || fail_out
|
||||
launcher_git add net.minecraft.java/* || fail_out
|
||||
launcher_git add net.minecraft.java/* net.adoptium.java/* com.azul.java/* || fail_out
|
||||
|
||||
if ! launcher_git diff --cached --exit-code; then
|
||||
launcher_git commit -a -m "Update ${currentDate}" || fail_out
|
||||
|
Loading…
x
Reference in New Issue
Block a user