diff --git a/src/nostalgia/studio/CMakeLists.txt b/src/nostalgia/studio/CMakeLists.txt index 3f6a707f..1a4db1aa 100644 --- a/src/nostalgia/studio/CMakeLists.txt +++ b/src/nostalgia/studio/CMakeLists.txt @@ -35,6 +35,13 @@ install( ${NOSTALGIA_DIST_RESOURCES} ) +install( + FILES + ns_logo128.png + DESTINATION + ${NOSTALGIA_DIST_RESOURCES}/icons +) + install( TARGETS nostalgia-studio diff --git a/src/nostalgia/studio/ns_logo128.png b/src/nostalgia/studio/ns_logo128.png new file mode 100644 index 00000000..076d6d52 Binary files /dev/null and b/src/nostalgia/studio/ns_logo128.png differ