mirror of
https://github.com/Nheko-Reborn/nheko.git
synced 2024-11-22 11:00:48 +03:00
Fix output name for flatpak
This commit is contained in:
parent
6ead7b0ba2
commit
b654064cd9
1 changed files with 4 additions and 0 deletions
|
@ -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)
|
||||
|
|
Loading…
Reference in a new issue