MAME: removed LibMan
Some checks are pending
Build RetroDECK / Build_RetroDECK (push) Waiting to run
Build RetroDECK / GitHub-publish (push) Blocked by required conditions
Build RetroDECK / Automated_Tests (push) Blocked by required conditions

This commit is contained in:
XargonWan 2025-01-07 09:56:55 +09:00
parent fd7e23b32b
commit 4a1f36dced

View file

@ -647,8 +647,8 @@ modules:
build-commands:
# Step 1: Remove any existing manifest.json file
- rm -f files/manifest.json
# Step 2: Use libman.sh to manage libraries
- /app/bin/libman.sh "files/lib"
# Step 2: Use libman.sh to manage libraries - REMOVED AS MAME DON'T BRING ANY LIBS WITH IT
# - /app/bin/libman.sh "files/lib"
# Step 3: Copy the managed libraries and all other files to the Flatpak destination
- cp -rn files/* ${FLATPAK_DEST}
sources: