Add missing files to build package
This commit is contained in:
parent
d6f8087bcf
commit
6d6238bc88
5 changed files with 3 additions and 2 deletions
5
.github/workflows/continuous_integration.yml
vendored
5
.github/workflows/continuous_integration.yml
vendored
|
|
@ -101,11 +101,12 @@ jobs:
|
|||
cd build
|
||||
mkdir package
|
||||
if [[ "${{ runner.os }}" == 'Windows' ]]; then
|
||||
cp ${{ matrix.config.build_type }}/vkdoom.exe ${{ matrix.config.build_type }}/*.pk3 package
|
||||
cp -r ${{ matrix.config.build_type }}/vkdoom.exe ${{ matrix.config.build_type }}/*.pk3 ${{ matrix.config.build_type }}/fm_banks ${{ matrix.config.build_type }}/soundfonts package
|
||||
cp ../bin/licenses.zip ../bin/windows/libsndfile/64bit/libsndfile-1.dll ../bin/windows/openal/64bit/openal32.dll ../bin/windows/zmusic/64bit/zmusic.dll package
|
||||
elif [[ "${{ runner.os }}" == 'macOS' ]]; then
|
||||
cp -r vkdoom.app package
|
||||
elif [[ "${{ runner.os }}" == 'Linux' ]]; then
|
||||
cp vkdoom *.pk3 package
|
||||
cp vkdoom *.pk3 fm_banks soundfonts package
|
||||
strip package/vkdoom
|
||||
fi
|
||||
|
||||
|
|
|
|||
BIN
bin/licenses.zip
Normal file
BIN
bin/licenses.zip
Normal file
Binary file not shown.
BIN
bin/windows/libsndfile/64bit/libsndfile-1.dll
Normal file
BIN
bin/windows/libsndfile/64bit/libsndfile-1.dll
Normal file
Binary file not shown.
BIN
bin/windows/openal/64bit/openal32.dll
Normal file
BIN
bin/windows/openal/64bit/openal32.dll
Normal file
Binary file not shown.
BIN
bin/windows/zmusic/64bit/zmusic.dll
Normal file
BIN
bin/windows/zmusic/64bit/zmusic.dll
Normal file
Binary file not shown.
Loading…
Add table
Add a link
Reference in a new issue