Create applications directory before installing desktop file
- Ensure `$out/share/applications` exists before `substituteAll` - Fix desktop entry installation in the Nix package
This commit is contained in:
@@ -138,6 +138,7 @@ in
|
||||
--add-flags "$out/share/${pname}/resources/app.asar"
|
||||
|
||||
export out
|
||||
install -d "$out/share/applications"
|
||||
substituteAll ${./t3code.desktop.in} \
|
||||
"$out/share/applications/t3code.desktop"
|
||||
|
||||
|
||||
Reference in New Issue
Block a user