https://bugs.kde.org/show_bug.cgi?id=402076
--- Comment #3 from Andrey <mybigs...@mail.ru> --- Sorry, I didn't update the Platform/SDK. But there is still a problem: cp: cannot stat 'discoverwrapper.sh': No such file or directory Error: module discover: Child process exited with code 1 The fix: diff --git a/org.kde.discover.json b/org.kde.discover.json index c764385..fac63d9 100644 --- a/org.kde.discover.json +++ b/org.kde.discover.json @@ -145,7 +145,7 @@ "dest-filename": "discoverwrapper.sh" } ], - "post-install": [ "cp discoverwrapper.sh /app/bin/" ], + "post-install": [ "cp ../discoverwrapper.sh /app/bin/" ], "modules-not-building": [ { "name": "snapd-glib", (Sorry I don't handy with phabricator yet) -- You are receiving this mail because: You are watching all bug changes.