Skip to content
Unverified Commit d354f7cb authored by Brenton Horne's avatar Brenton Horne Committed by GitHub
Browse files

atom, atom-beta: Fixing Exec= line in app launcher

Prior to this commit the application launchers of Atom and Atom Beta executed `/usr/bin/${pname}` instead of what it is meant to `$out/bin/${pname}`. This is because upstream changed the `Exec=` line from `Exec=/usr/share/${pname}/${pname}` to `Exec=/usr/bin/${pname}` and the `substituteInPlace` line that was in the default.nix file was not appropriately adjusted.
parent ae49c736
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment