Unverified Commit 5192e8d7 authored by Sandro Jäckel's avatar Sandro Jäckel Committed by GitHub
Browse files

baidupcs-go: add a lower-case shortcut (#385525)

parents 04378319 693442b2
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -32,6 +32,7 @@ buildGoModule rec {

  postInstall = ''
    rm -f $out/bin/AndroidNDKBuild
    ln -s $out/bin/BaiduPCS-Go $out/bin/baidupcs-go
  '';

  postVersionCheck = ''