refactor: rename deskflow linux deployed icon to org.deskflow.deskflow
This commit is contained in:
committed by
Chris Rizzitello
parent
9906421460
commit
1b6a5ced08
@ -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"
|
||||
|
||||
@ -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(
|
||||
|
||||
|
Before Width: | Height: | Size: 19 KiB After Width: | Height: | Size: 19 KiB |
Reference in New Issue
Block a user