Commit 236a54dd authored by Ihar Hrachyshka's avatar Ihar Hrachyshka
Browse files

vengi-tools: add /bin/vengi-voxconvert on darwin



It's a CLI tool and so should be available outside of an .app bundle.
This also fixes passthru.tests on darwin.

Signed-off-by: default avatarIhar Hrachyshka <ihar.hrachyshka@gmail.com>
parent 3a2b22a9
Loading
Loading
Loading
Loading
+3 −0
Original line number Diff line number Diff line
@@ -93,6 +93,9 @@ stdenv.mkDerivation (finalAttrs: {
      ''
        mkdir -p $out/Applications
        mv $out/*.app $out/Applications/

        mkdir -p $out/bin
        ln -s $out/Applications/vengi-voxconvert.app/Contents/MacOS/vengi-voxconvert $out/bin/vengi-voxconvert
      ''
    else
      # Set the data directory for each executable. We cannot set it at build time