mirror of
https://github.com/RetroDECK/ES-DE.git
synced 2025-04-10 19:15:13 +00:00
feat(build): add Bluetooth development dependencies and improve AppImage naming
This commit is contained in:
parent
a4a4624e3a
commit
2025553a2c
2
.github/workflows/build_es-de.yml
vendored
2
.github/workflows/build_es-de.yml
vendored
|
@ -85,7 +85,7 @@ jobs:
|
|||
- name: Install dependencies
|
||||
run: |
|
||||
sudo apt-get update
|
||||
sudo apt-get install -y build-essential clang-format git cmake gettext libharfbuzz-dev libicu-dev libsdl2-dev libavcodec-dev libavfilter-dev libavformat-dev libavutil-dev libfreeimage-dev libfreetype6-dev libgit2-dev libcurl4-openssl-dev libpugixml-dev libasound2-dev libgl1-mesa-dev libpoppler-cpp-dev libpipewire-0.3-dev
|
||||
sudo apt-get install -y build-essential clang-format git cmake gettext libharfbuzz-dev libicu-dev libsdl2-dev libavcodec-dev libavfilter-dev libavformat-dev libavutil-dev libfreeimage-dev libfreetype6-dev libgit2-dev libcurl4-openssl-dev libpugixml-dev libasound2-dev libgl1-mesa-dev libpoppler-cpp-dev libpipewire-0.3-dev libbluetooth-dev
|
||||
|
||||
- name: Build AppImage
|
||||
run: |
|
||||
|
|
|
@ -85,5 +85,5 @@ cd ../../..
|
|||
cp external/SDL/build/${SDL_SHARED_LIBRARY} AppDir/usr/lib/libSDL2-2.0.so.0
|
||||
./appimagetool-x86_64.AppImage AppDir
|
||||
|
||||
mv ES-DE-x86_64.AppImage ES-DE_x64_SteamDeck.AppImage
|
||||
mv ES-DE-x86_64.AppImage ES-DE_x64_SteamDeck.AppImage && \
|
||||
echo -e "\nCreated AppImage ES-DE_x64_SteamDeck.AppImage"
|
||||
|
|
Loading…
Reference in a new issue