MINGW-packages/mingw-w64-sqlitebrowser/0001-sqlitebrowser-install.patch

10 lines
283 B
Diff

diff --git a/CMakeLists.txt b/CMakeLists.txt
index d0209c56..442b170b 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -528,3 +528,3 @@ if(ENABLE_TESTING)
-if(UNIX)
+if(UNIX OR MINGW)
install(FILES src/icons/${PROJECT_NAME}.png
DESTINATION share/icons/hicolor/256x256/apps/)