diff options
author | Thorbjørn Lindeijer <bjorn@lindeijer.nl> | 2024-02-21 21:59:03 +0000 |
---|---|---|
committer | Thorbjørn Lindeijer <bjorn@lindeijer.nl> | 2024-02-21 21:59:03 +0000 |
commit | d047db79f7034e0e75a85a656d18f40716d197b9 (patch) | |
tree | 4ef7395f15ad7f403093af0d6c7963b797d491e9 /data/icons/CMakeLists.txt | |
parent | 65fac3220e870160e888da4bc8e826653a8a0720 (diff) | |
download | mana-d047db79f7034e0e75a85a656d18f40716d197b9.tar.gz mana-d047db79f7034e0e75a85a656d18f40716d197b9.tar.bz2 mana-d047db79f7034e0e75a85a656d18f40716d197b9.tar.xz mana-d047db79f7034e0e75a85a656d18f40716d197b9.zip |
Adjusted icon and desktop file names and added metainfo
Diffstat (limited to 'data/icons/CMakeLists.txt')
-rw-r--r-- | data/icons/CMakeLists.txt | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/data/icons/CMakeLists.txt b/data/icons/CMakeLists.txt index 59ffe676..ea95d96a 100644 --- a/data/icons/CMakeLists.txt +++ b/data/icons/CMakeLists.txt @@ -3,5 +3,3 @@ SET(FILES ) INSTALL(FILES ${FILES} DESTINATION ${DATA_DIR}/icons) - -INSTALL(FILES "mana.png" DESTINATION share/pixmaps) |