summaryrefslogtreecommitdiff
path: root/cmake
diff options
context:
space:
mode:
authorMathieu Schroeter <mathieu@schroetersa.ch>2017-02-25 23:32:51 +0100
committerMathieu Schroeter <mathieu@schroetersa.ch>2017-02-25 23:32:51 +0100
commit4a9294a6ecc7dbdfb4782b7651c2b222103e6432 (patch)
tree41131c69aab8dc5ba7a4eeb99f1415859e46eb48 /cmake
parentd66ca090da73498417b299968e7963902a5fb04a (diff)
Fix svg icon copy
Diffstat (limited to 'cmake')
-rw-r--r--cmake/LinuxAppImageBuild.cmake2
1 files changed, 1 insertions, 1 deletions
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 (