Fixed icons on Linux
This commit is contained in:
parent
7bd2543421
commit
b8a8b8d1a3
|
@ -95,6 +95,6 @@ install( FILES
|
|||
${PROJECT_SOURCE_DIR}/packaging/xyz.epicalert.facecam2d-config.desktop
|
||||
DESTINATION share/applications )
|
||||
install( FILES
|
||||
${PROJECT_SOURCE_DIR}/packaging/facecam2d.png
|
||||
${PROJECT_SOURCE_DIR}/packaging/facecam2d-config.png
|
||||
DESTINATION share/icons/hicolor/48x48 )
|
||||
${PROJECT_SOURCE_DIR}/packaging/fc2d.png
|
||||
${PROJECT_SOURCE_DIR}/packaging/fc2dconfig.png
|
||||
DESTINATION share/icons/hicolor/48x48/apps )
|
||||
|
|
|
@ -2,6 +2,6 @@
|
|||
Type=Application
|
||||
Name=Facecam2D Configuration
|
||||
Comment=Configuration tool for Facecam2D
|
||||
Icon=facecam2d-config
|
||||
Icon=fc2dconfig
|
||||
Categories=Graphics
|
||||
Exec=fc2dconfig
|
||||
|
|
|
@ -2,6 +2,6 @@
|
|||
Type=Application
|
||||
Name=Facecam2D
|
||||
Comment=2D avatar facecam software
|
||||
Icon=facecam2d
|
||||
Icon=fc2d
|
||||
Categories=Graphics
|
||||
Exec=fc2d
|
||||
|
|
Loading…
Reference in a new issue