Update CMakeLists.txt

This commit is contained in:
Damglador 2025-06-29 03:02:19 +02:00
parent cca087b55a
commit 5b3e528dfe

View File

@ -5,6 +5,7 @@ set(APP_SPDX "LGPL-3.0-or-later")
string(TIMESTAMP BUILD_DATE UTC) string(TIMESTAMP BUILD_DATE UTC)
file(MAKE_DIRECTORY ${CMAKE_BINARY_DIR}/icons)
file(COPY_FILE icons/isle.svg ${CMAKE_BINARY_DIR}/icons/${APP_ID}.svg) file(COPY_FILE icons/isle.svg ${CMAKE_BINARY_DIR}/icons/${APP_ID}.svg)
# The following will need to be refined if we wish to post actual releases to a repo such as Flathub # The following will need to be refined if we wish to post actual releases to a repo such as Flathub