summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJaakko Keränen <jaakko.keranen@iki.fi>2020-08-07 13:19:54 +0300
committerJaakko Keränen <jaakko.keranen@iki.fi>2020-08-07 13:19:54 +0300
commitffe7c478426eddbf4f1a0896d2960e2ec2cd4d1b (patch)
treeda671970b083f9204653242f2577e0e951b41a4b
parentf80cfad8bd0e8934142ec8c9afbc3247f0ffb47b (diff)
Added an application icon
-rw-r--r--CMakeLists.txt12
-rw-r--r--res/Lagrange-padded.pngbin0 -> 844495 bytes
-rw-r--r--res/Lagrange.icnsbin0 -> 1399146 bytes
-rw-r--r--res/lagrange-256.pngbin0 -> 84056 bytes
-rw-r--r--res/lagrange.icobin0 -> 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
84if (IOS) 84if (IOS)
85elseif (APPLE) 85elseif (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 # )
90endif () 88endif ()
91if (MSYS) 89if (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
158Icon=fi.skyjake.lagrange") 156Icon=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 )
165endif () 163endif ()
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