Seems the Linux build doesn't produce fm_banks and soundfonts. Or it does and its located elsewhere. Remove it for now.

This commit is contained in:
Magnus Norddahl 2024-04-22 10:45:16 +02:00
commit 9605e992e7

View file

@ -106,7 +106,7 @@ jobs:
elif [[ "${{ runner.os }}" == 'macOS' ]]; then
cp -r vkdoom.app package
elif [[ "${{ runner.os }}" == 'Linux' ]]; then
cp vkdoom *.pk3 fm_banks soundfonts package
cp vkdoom *.pk3 package
strip package/vkdoom
fi