refactor: rename deskflow linux deployed icon to org.deskflow.deskflow

This commit is contained in:
sithlord48
2025-10-25 10:19:32 -04:00
committed by Chris Rizzitello
parent 9906421460
commit 1b6a5ced08
3 changed files with 2 additions and 6 deletions

View File

@ -35,7 +35,7 @@ SPDX-License-Identifier = "MIT"
path = [
"deploy/mac/dmg-background.tiff"
, "deploy/mac/dmg-volume.icns"
, "deploy/linux/deskflow.png"
, "deploy/linux/org.deskflow.deskflow.png"
, "deploy/windows/wix-banner.png"
, "deploy/windows/wix-dialog.png"
, "src/apps/res/icons/deskflow-**/apps/64/deskflow*.svg"

View File

@ -12,11 +12,7 @@ install(
)
# Install our icon
install(
FILES ${MY_DIR}/deskflow.png
DESTINATION share/icons/hicolor/512x512/apps/
RENAME ${CMAKE_PROJECT_REV_FQDN}.png
)
install(FILES ${MY_DIR}/org.deskflow.deskflow.png DESTINATION share/icons/hicolor/512x512/apps/)
# Install our metainfo
install(

View File

Before

Width:  |  Height:  |  Size: 19 KiB

After

Width:  |  Height:  |  Size: 19 KiB