From 4a9294a6ecc7dbdfb4782b7651c2b222103e6432 Mon Sep 17 00:00:00 2001 From: Mathieu Schroeter Date: Sat, 25 Feb 2017 23:32:51 +0100 Subject: [PATCH] Fix svg icon copy --- cmake/LinuxAppImageBuild.cmake | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cmake/LinuxAppImageBuild.cmake b/cmake/LinuxAppImageBuild.cmake index 134add8..e983d85 100644 --- a/cmake/LinuxAppImageBuild.cmake +++ b/cmake/LinuxAppImageBuild.cmake @@ -76,7 +76,7 @@ macro( APPIMAGE_PACKAGE TARGET APPIMAGE_TITLE CONFIGDIR DATA LIBRARIES LIBRARY_F # Copy and configure some data for the AppDir configure_file ( "${APPIMAGE_ICON}" - "${APPIMAGE_ICON_TARGET}" + "${APPIMAGE_ICON_TARGET}.svg" COPYONLY ) configure_file (