mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-22 23:13:19 +00:00
vesktop: fix darwin extension .App
-> .app
This commit is contained in:
parent
6e46477532
commit
bc4495722d
@ -125,7 +125,7 @@ stdenv.mkDerivation (finalAttrs: {
|
||||
''
|
||||
+ lib.optionalString stdenv.isDarwin ''
|
||||
mkdir -p $out/{Applications,bin}
|
||||
mv dist/mac*/Vesktop.App $out/Applications
|
||||
mv dist/mac*/Vesktop.app $out/Applications/Vesktop.app
|
||||
''
|
||||
+ ''
|
||||
runHook postInstall
|
||||
|
Loading…
Reference in New Issue
Block a user