Fix output name for flatpak

This commit is contained in:
Nicolas Werner 2022-07-10 16:22:18 +02:00
parent 6ead7b0ba2
commit b654064cd9
No known key found for this signature in database
GPG Key ID: C8D75E610773F2D9
1 changed files with 4 additions and 0 deletions

View File

@ -663,6 +663,10 @@ else()
endif()
endif()
if (FLATPAK)
set_target_properties(nheko PROPERTIES OUTPUT_NAME "${APPID}")
endif()
if(APPLE)
target_link_libraries (nheko PRIVATE Qt5::MacExtras)
elseif(WIN32)