single AppImage file

- simplify cmake install prefix and assets directory
This commit is contained in:
ReenigneArcher
2022-08-12 19:26:17 -04:00
parent 9a95ce5132
commit 8b0e6a28c2
8 changed files with 155 additions and 69 deletions

View File

@@ -33,8 +33,7 @@ build() {
-B build \
-Wno-dev \
-D SUNSHINE_EXECUTABLE_PATH=/usr/bin/sunshine \
-D CMAKE_INSTALL_PREFIX="/usr" \
-D SUNSHINE_ASSETS_DIR="share/sunshine/assets" \
-D SUNSHINE_ASSETS_DIR="assets" \
-D LIBAVCODEC_INCLUDE_DIR=/usr/include/ffmpeg4.4 \
-D LIBAVCODEC_LIBRARIES=/usr/lib/ffmpeg4.4/libavcodec.so \
-D LIBAVDEVICE_INCLUDE_DIR=/usr/include/ffmpeg4.4 \