Skip to content

Commit 4ae2e64

Browse files
authored
vesktop: fix darwin extension .App -> .app (#353221)
2 parents 650fe87 + 6fde616 commit 4ae2e64

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pkgs/by-name/ve/vesktop/package.nix

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -125,7 +125,7 @@ stdenv.mkDerivation (finalAttrs: {
125125
''
126126
+ lib.optionalString stdenv.hostPlatform.isDarwin ''
127127
mkdir -p $out/{Applications,bin}
128-
mv dist/mac*/Vesktop.App $out/Applications
128+
mv dist/mac*/Vesktop.app $out/Applications/Vesktop.app
129129
''
130130
+ ''
131131
runHook postInstall

0 commit comments

Comments
 (0)