diff options
author | Jaakko Keränen <jaakko.keranen@iki.fi> | 2020-08-07 13:19:54 +0300 |
---|---|---|
committer | Jaakko Keränen <jaakko.keranen@iki.fi> | 2020-08-07 13:19:54 +0300 |
commit | ffe7c478426eddbf4f1a0896d2960e2ec2cd4d1b (patch) | |
tree | da671970b083f9204653242f2577e0e951b41a4b | |
parent | f80cfad8bd0e8934142ec8c9afbc3247f0ffb47b (diff) |
Added an application icon
-rw-r--r-- | CMakeLists.txt | 12 | ||||
-rw-r--r-- | res/Lagrange-padded.png | bin | 0 -> 844495 bytes | |||
-rw-r--r-- | res/Lagrange.icns | bin | 0 -> 1399146 bytes | |||
-rw-r--r-- | res/lagrange-256.png | bin | 0 -> 84056 bytes | |||
-rw-r--r-- | res/lagrange.ico | bin | 0 -> 96562 bytes |
5 files changed, 5 insertions, 7 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt index 7dd4ca2d..df3ec24f 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt | |||
@@ -84,9 +84,7 @@ set (SOURCES | |||
84 | if (IOS) | 84 | if (IOS) |
85 | elseif (APPLE) | 85 | elseif (APPLE) |
86 | list (APPEND SOURCES src/ui/macos.m src/ui/macos.h) | 86 | list (APPEND SOURCES src/ui/macos.m src/ui/macos.h) |
87 | # list (APPEND RESOURCES | 87 | list (APPEND RESOURCES "res/Lagrange.icns") |
88 | # "res/Lagrange.icns" | ||
89 | # ) | ||
90 | endif () | 88 | endif () |
91 | if (MSYS) | 89 | if (MSYS) |
92 | set (WINRC_FILE_VERSION ${PROJECT_VERSION_MAJOR},${PROJECT_VERSION_MINOR},${PROJECT_VERSION_PATCH},0) | 90 | set (WINRC_FILE_VERSION ${PROJECT_VERSION_MAJOR},${PROJECT_VERSION_MINOR},${PROJECT_VERSION_PATCH},0) |
@@ -158,9 +156,9 @@ Type=Application | |||
158 | Icon=fi.skyjake.lagrange") | 156 | Icon=fi.skyjake.lagrange") |
159 | install (TARGETS app DESTINATION bin) | 157 | install (TARGETS app DESTINATION bin) |
160 | install (FILES ${desktop} DESTINATION share/applications) | 158 | install (FILES ${desktop} DESTINATION share/applications) |
161 | # install (FILES res/appicon-128.png | 159 | install (FILES res/lagrange-256.png |
162 | # DESTINATION share/icons/hicolor/256x256/apps | 160 | DESTINATION share/icons/hicolor/256x256/apps |
163 | # RENAME fi.skyjake.lagrange.png | 161 | RENAME fi.skyjake.lagrange.png |
164 | # ) | 162 | ) |
165 | endif () | 163 | endif () |
166 | 164 | ||
diff --git a/res/Lagrange-padded.png b/res/Lagrange-padded.png new file mode 100644 index 00000000..47f0efc1 --- /dev/null +++ b/res/Lagrange-padded.png | |||
Binary files differ | |||
diff --git a/res/Lagrange.icns b/res/Lagrange.icns new file mode 100644 index 00000000..2d9f3f74 --- /dev/null +++ b/res/Lagrange.icns | |||
Binary files differ | |||
diff --git a/res/lagrange-256.png b/res/lagrange-256.png new file mode 100644 index 00000000..717c38ca --- /dev/null +++ b/res/lagrange-256.png | |||
Binary files differ | |||
diff --git a/res/lagrange.ico b/res/lagrange.ico new file mode 100644 index 00000000..c9118faa --- /dev/null +++ b/res/lagrange.ico | |||
Binary files differ | |||