From 1c1a11ad24426c78030e0d7411e21264fb853bd3 Mon Sep 17 00:00:00 2001 From: zhongjin Date: Sat, 18 Mar 2023 11:59:26 +0800 Subject: [PATCH] =?UTF-8?q?=E6=9B=B4=E6=96=B0=20'icons/CMakeLists.txt'?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- icons/CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/icons/CMakeLists.txt b/icons/CMakeLists.txt index d8ba9ca..cf39975 100644 --- a/icons/CMakeLists.txt +++ b/icons/CMakeLists.txt @@ -6,5 +6,5 @@ if(${CMAKE_SYSTEM_NAME} MATCHES "Linux") install(FILES 48x48/apps/flightgear.png DESTINATION share/icons/hicolor/48x48/apps) install(FILES 64x64/apps/flightgear.png DESTINATION share/icons/hicolor/64x64/apps) install(FILES 128x128/apps/flightgear.png DESTINATION share/icons/hicolor/128x128/apps) - install(FILES scalable/apps/flightgear.svg DESTINATION share/icons/hicolor/scalable/apps) + install(FILES scalable/apps/flightgear.png DESTINATION share/icons/hicolor/scalable/apps) endif(${CMAKE_SYSTEM_NAME} MATCHES "Linux")