Unverified Commit ab829c99 authored by Nikolay Korotkiy's avatar Nikolay Korotkiy Committed by GitHub
Browse files

mqtt-explorer: fix macos architecture specific build location (#401324)

parents e65bb267 684ae3f7
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -130,7 +130,7 @@ stdenv.mkDerivation rec {

    ${lib.optionalString stdenv.hostPlatform.isDarwin ''
      mkdir -p $out/{Applications,bin}
      mv "build/mac/MQTT Explorer.app" $out/Applications
      mv build/mac*/MQTT\ Explorer.app $out/Applications

      makeWrapper "$out/Applications/MQTT Explorer.app/Contents/MacOS/MQTT Explorer" \
        $out/bin/mqtt-explorer