secrets update
This commit is contained in:
parent
eb84e24369
commit
f812a1de83
@ -13,10 +13,12 @@
|
|||||||
in
|
in
|
||||||
appimageTools.wrapType2 {
|
appimageTools.wrapType2 {
|
||||||
inherit pname version src;
|
inherit pname version src;
|
||||||
|
|
||||||
extraInstallCommands = ''
|
extraInstallCommands = ''
|
||||||
install -m 444 -D ${appimageContents}/msty.desktop -t $out/share/applications
|
install -m 444 -D ${appimageContents}/msty.desktop -t $out/share/applications
|
||||||
substituteInPlace $out/share/applications/msty.desktop \
|
substituteInPlace $out/share/applications/msty.desktop \
|
||||||
--replace 'Exec=AppRun' 'Exec=${pname}'
|
--replace 'Exec=AppRun' 'Exec=${pname}'
|
||||||
install -m 444 -D ${appimageContents}/msty.png \
|
install -m 444 -D ${appimageContents}/msty.png \
|
||||||
$out/share/icons/hicolor/256x256/apps/msty.png '';
|
$out/share/icons/hicolor/256x256/apps/msty.png
|
||||||
|
'';
|
||||||
}
|
}
|
||||||
|
Binary file not shown.
Loading…
x
Reference in New Issue
Block a user