From b8a8b8d1a36adbfa3d275dadc36c8da42ce1973c Mon Sep 17 00:00:00 2001 From: Epicalert Date: Sat, 4 Sep 2021 23:26:00 +0800 Subject: [PATCH] Fixed icons on Linux --- CMakeLists.txt | 6 +++--- packaging/xyz.epicalert.facecam2d-config.desktop | 2 +- packaging/xyz.epicalert.facecam2d.desktop | 2 +- 3 files changed, 5 insertions(+), 5 deletions(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 0a51919..8d293a6 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -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 ) diff --git a/packaging/xyz.epicalert.facecam2d-config.desktop b/packaging/xyz.epicalert.facecam2d-config.desktop index ed7fbbe..f3053a1 100644 --- a/packaging/xyz.epicalert.facecam2d-config.desktop +++ b/packaging/xyz.epicalert.facecam2d-config.desktop @@ -2,6 +2,6 @@ Type=Application Name=Facecam2D Configuration Comment=Configuration tool for Facecam2D -Icon=facecam2d-config +Icon=fc2dconfig Categories=Graphics Exec=fc2dconfig diff --git a/packaging/xyz.epicalert.facecam2d.desktop b/packaging/xyz.epicalert.facecam2d.desktop index 3c269ba..bdec8bd 100644 --- a/packaging/xyz.epicalert.facecam2d.desktop +++ b/packaging/xyz.epicalert.facecam2d.desktop @@ -2,6 +2,6 @@ Type=Application Name=Facecam2D Comment=2D avatar facecam software -Icon=facecam2d +Icon=fc2d Categories=Graphics Exec=fc2d