Skip to content

Fix #483810: Use working directory placeholders when executing the run command

André Althaus requested to merge nomanor/kate:issue-483810 into master

Previously the placeholders were only replaced when a target was build. This moves the placeholder replacement code into a helper function and calls it when building and running the target.

Merge request reports