Unverified Commit be14b9f0 authored by Yohann Boniface's avatar Yohann Boniface Committed by GitHub
Browse files

proxyman: move icon to spec-compliant location (#496380)

parents 66880ca4 6de54bff
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -37,7 +37,7 @@ appimageTools.wrapAppImage {

  extraInstallCommands = ''
    install -Dm444 ${appimageContents}/proxyman.desktop -t $out/share/applications
    install -Dm444 ${appimageContents}/proxyman.png -t $out/share/pixmaps
    install -Dm444 ${appimageContents}/proxyman.png -t $out/share/icons/hicolor/256x256/apps
    substituteInPlace $out/share/applications/proxyman.desktop \
      --replace-fail "Exec=AppRun" "Exec=proxyman --"
  '';