add java folders to launcher git

Signed-off-by: Trial97 <alexandru.tripon97@gmail.com>
This commit is contained in:
Trial97 2024-05-21 16:06:37 +03:00
parent adef8d673c
commit c550feabe1
No known key found for this signature in database
GPG Key ID: 55EF5DA53DB36318

View File

@ -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