Merge pull request #325725 from mslxl/master

cpeditor: file desktop exec path
This commit is contained in:
rewine 2024-07-09 13:02:55 +08:00 committed by GitHub
commit bb1588c304
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -29,6 +29,7 @@ stdenv.mkDerivation rec {
postPatch = ''
substituteInPlace src/Core/Runner.cpp --replace-fail "/bin/bash" "${runtimeShell}"
substituteInPlace dist/linux/cpeditor.desktop --replace-fail 'Exec=/usr/bin/cpeditor' "Exec=cpeditor"
'';
meta = with lib; {