Commit 92d35b69 authored by Komo's avatar Komo
Browse files

openutau: Replace `cp` with `install`

parent 4c74e1e4
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -79,7 +79,7 @@ buildDotnetModule rec {
      cp runtimes/${runtime}/native/libworldline${stdenv.hostPlatform.extensions.sharedLibrary} $out/lib/OpenUtau/
    '';
    shouldInstallDesktopItem = lib.optionalString stdenv.hostPlatform.isLinux ''
      cp Logo/openutau.svg $out/share/icons/hicolor/scalable/apps
      install -Dm655 -t $out/share/icons/hicolor/scalable/apps Logo/openutau.svg 
    '';
    in ''
      ${shouldInstallResampler}