rename lz_game_support pk3 back to game_support

This commit is contained in:
Emanuele Disco 2024-01-13 21:55:27 +09:00
parent 0e598ca534
commit ebe92a36ee
2 changed files with 2 additions and 2 deletions

View file

@ -113,7 +113,7 @@ jobs:
run: |
cmake --build build \
--config ${{ matrix.build_type }} \
--target lzdoom_pk3 lights_pk3 lz_game_support_pk3 \
--target lzdoom_pk3 lights_pk3 game_support_pk3 \
--parallel 3
cp build/*.pk3 ../../../../assets/res
working-directory: ${{ matrix.progdir }}/jni/gzdoom-g3.3mgw_mobile

View file

@ -221,7 +221,7 @@ import java.util.Locale;
new File(progdir, "soundfonts").mkdirs();
copy_asset(progdir, "res/lzdoom.pk3", true);
copy_asset(progdir, "res/lz_game_support.pk3", true);
copy_asset(progdir, "res/game_support.pk3", true);
copy_asset(progdir, "res/lights.pk3", true);
copy_asset(progdir, "res/brightmaps.pk3", true);