Skip to content

Commit 0eeb210

Browse files
committed
Config.cmake: add project screenshot URL
1 parent a5b4c9f commit 0eeb210

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Config.cmake

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ set(PROJECT_REPOSITORY_BRANCH "master")
1818
set(PROJECT_HOMEPAGE_URL ${PROJECT_REPOSITORY_URL}) # TODO: "https://${PROJECT_ORGANIZATION_URL}/${PROJECT_ID}"
1919
set(PROJECT_SPDX_ID "GPL-2.0-only")
2020
set(PROJECT_TRANSLATIONS_DIR "${CMAKE_SOURCE_DIR}/data/translations")
21-
set(PROJECT_SCREENSHOT_URL "")
21+
set(PROJECT_SCREENSHOT_URL "https://raw.githubusercontent.com/labwc/labwc-tweaks/refs/heads/master/data/screenshot.png")
2222
#===============================================================================
2323
# Appstream
2424
#===============================================================================

0 commit comments

Comments
 (0)