We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e3aa3a1 commit 2c5fb67Copy full SHA for 2c5fb67
pkgs/obsidian-smart-connect/default.nix
@@ -29,7 +29,7 @@ in appimageTools.wrapType2 {
29
install -m 444 -D ${appimageContents}/smart-connect.desktop $out/share/applications/smart-connect.desktop
30
31
substituteInPlace $out/share/applications/smart-connect.desktop \
32
- --replace-fail 'Exec=AppRun --no-sandbox' 'Exec=smart-connect'
+ --replace-fail 'Exec=AppRun --no-sandbox' 'Exec=${pname}'
33
'';
34
35
meta = with lib; {
0 commit comments