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.


(cherry picked from commit de8bc1452e)
wilder-5.22
David Redondo 5 years ago
parent bcf1a78761
commit 4c108fec3f
  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)
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