mirror of
https://gitdl.cn/https://github.com/chakralinux/desktop.git
synced 2025-02-03 10:17:15 +08:00
12 lines
480 B
Diff
12 lines
480 B
Diff
diff -ura sqliteman-1.2.2/CMakeLists.txt sqliteman-1.2.2patched/CMakeLists.txt
|
|
--- sqliteman-1.2.2/CMakeLists.txt 2018-09-18 21:32:23.983974807 +0400
|
|
+++ sqliteman-1.2.2patched/CMakeLists.txt 2018-09-18 21:46:43.110647913 +0400
|
|
@@ -133,6 +133,6 @@
|
|
)
|
|
INSTALL(FILES
|
|
sqliteman/icons/sqliteman.png
|
|
- DESTINATION "${CMAKE_INSTALL_PREFIX}/share/icons/hicolor"
|
|
+ DESTINATION "${CMAKE_INSTALL_PREFIX}/share/icons/hicolor/32x32/apps"
|
|
)
|
|
ENDIF (WIN32)
|