Rename krunner shortcuts update file

We got some reports that the update did not work correctly.
The kconf update daemon watches for new files so we should
rename the file in addition to changing the IP.
wilder-5.24
David Redondo 5 years ago
parent aaad87461f
commit de8bc1452e
  1. 2
      krunner/update/CMakeLists.txt
  2. 0
      krunner/update/krunnerglobalshortcuts2.upd

@ -10,4 +10,4 @@ add_executable(krunnerhistory krunnerhistory.cpp)
target_link_libraries(krunnerhistory KF5::Runner KF5::ConfigCore KF5::Activities) target_link_libraries(krunnerhistory KF5::Runner KF5::ConfigCore KF5::Activities)
install(TARGETS krunnerglobalshortcuts krunnerhistory DESTINATION ${KDE_INSTALL_LIBDIR}/kconf_update_bin/) install(TARGETS krunnerglobalshortcuts krunnerhistory DESTINATION ${KDE_INSTALL_LIBDIR}/kconf_update_bin/)
install(FILES krunnerglobalshortcuts.upd krunnerhistory.upd DESTINATION ${KDE_INSTALL_KCONFUPDATEDIR}) install(FILES krunnerglobalshortcuts2.upd krunnerhistory.upd DESTINATION ${KDE_INSTALL_KCONFUPDATEDIR})

Loading…
Cancel
Save