Fix build for Linux

This commit is contained in:
Yukino Song
2025-01-31 20:57:23 +08:00
parent 2e38a2640a
commit ff667ec802
5 changed files with 16 additions and 18 deletions

View File

@@ -10,7 +10,7 @@ if(APPLE)
endif()
elseif(UNIX)
# configure the .desktop file
set(SUNSHINE_DESKTOP_ICON "sunshine.svg")
set(SUNSHINE_DESKTOP_ICON "apollo.svg")
if(${SUNSHINE_BUILD_APPIMAGE})
configure_file(packaging/linux/AppImage/sunshine.desktop sunshine.desktop @ONLY)
elseif(${SUNSHINE_BUILD_FLATPAK})