Skip to content

Commit fc34a26

Browse files
committedJan 10, 2025
release 2.11.4
1 parent b353e17 commit fc34a26

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

72 files changed

+3278
-290
lines changed
 

‎.github/workflows/cmake-AppImage-platform.yml

+2
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,7 @@ jobs:
2828
sudo apt install libsdl2-dev
2929
sudo apt install libsdl2-ttf-dev
3030
sudo apt install libsdl2-image-dev
31+
sudo apt install libsdl2-mixer-dev
3132
sudo apt install libzip-dev
3233
sudo apt install libvorbis-dev
3334
sudo apt install zlib1g-dev
@@ -70,6 +71,7 @@ jobs:
7071
cp Hypseus_Singe-x86_64.AppImage hypseus-singe
7172
ln -s Hypseus_Singe-x86_64.AppImage hypseus-singe/hypseus.bin
7273
cp -r ../fonts hypseus-singe
74+
cp -r ../midi hypseus-singe
7375
cp -r ../roms hypseus-singe
7476
cp -r ../sound hypseus-singe
7577
cp -r ../pics hypseus-singe

‎.github/workflows/cmake-linux64-platform.yml

+2-1
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,7 @@ jobs:
3030
sudo apt install libsdl2-dev
3131
sudo apt install libsdl2-ttf-dev
3232
sudo apt install libsdl2-image-dev
33+
sudo apt install libsdl2-mixer-dev
3334
sudo apt install libzip-dev
3435
sudo apt install libvorbis-dev
3536
sudo apt install zlib1g-dev
@@ -44,7 +45,7 @@ jobs:
4445
cp build/hypseus .
4546
cp doc/hypinput.ini doc/hypinput_gamepad.ini .
4647
cp screenshots/hypseus-logo.png hypseus.png
47-
FILES="hypseus LICENSE README.md hypseus.png hypinput.ini hypinput_gamepad.ini fonts/ pics/ roms/ sound/ scripts/"
48+
FILES="hypseus LICENSE README.md hypseus.png hypinput.ini hypinput_gamepad.ini fonts/ midi/ pics/ roms/ sound/ scripts/"
4849
tar -zcvf hypseus-singe.tgz $FILES
4950
- name: Create Distribution
5051
id: vars

0 commit comments

Comments
 (0)
Please sign in to comment.