Unverified Commit bb1588c3 authored by rewine's avatar rewine Committed by GitHub
Browse files

Merge pull request #325725 from mslxl/master

cpeditor: file desktop exec path
parents 5f69a01a 96f3e44e
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -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; {