Skip to content

Commit f72a8eb

Browse files
committed
Fix bug
1 parent 9cc602e commit f72a8eb

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

packages/CMakeLists.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,8 +27,8 @@ files, and with new search engine is able to search in any chm file no matter
2727
what language it is written.
2828
]])
2929
#set(CPACK_PACKAGE_INSTALL_DIRECTORY "kchmviewer")
30-
set(CPACK_PACKAGE_ICON ./kchmviewer.png)
31-
set(CPACK_RESOURCE_FILE_LICENSE ../COPYING)
30+
#set(CPACK_PACKAGE_ICON ./kchmviewer.png)
31+
#set(CPACK_RESOURCE_FILE_LICENSE ${CMAKE_SOURCE_DIR}/COPYING)
3232
#set(CPACK_RESOURCE_FILE_README)
3333
#set(CPACK_RESOURCE_FILE_WELCOME)
3434

0 commit comments

Comments
 (0)