cpeditor: file desktop exec path

This commit is contained in:
mslxl 2024-07-09 11:39:41 +08:00
parent 5219e205c6
commit 96f3e44ef9
No known key found for this signature in database
GPG Key ID: 79289225D74A382D

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; {