Unverified Commit 080f7ce6 authored by Weijia Wang's avatar Weijia Wang Committed by GitHub
Browse files

Merge pull request #205673 from satoqz/master

sioyek: link binary on darwin
parents b84ba7b1 01d84d1a
Loading
Loading
Loading
Loading
+2 −1
Original line number Diff line number Diff line
@@ -62,8 +62,9 @@ stdenv.mkDerivation (finalAttrs: {
    cp pdf_viewer/keys_user.config sioyek.app/Contents/MacOS/
    cp tutorial.pdf sioyek.app/Contents/MacOS/

    mkdir -p $out/Applications
    mkdir -p $out/Applications $out/bin
    cp -r sioyek.app $out/Applications
    ln -s $out/Applications/sioyek.app/Contents/MacOS/sioyek $out/bin/sioyek
  '' else ''
    install -Dm644 tutorial.pdf $out/share/tutorial.pdf
    cp -r pdf_viewer/shaders $out/share/