Commit 62f2dced authored by Georg Koppen's avatar Georg Koppen
Browse files

Bug 24912: Don't build the macOS sandbox in the stable series

parent a1347df3
Loading
Loading
Loading
Loading
+4 −3
Original line number Diff line number Diff line
@@ -106,13 +106,14 @@ tar -C $TBDIR[% IF ! c("var/osx") %]/TorBrowser[% END %] -xf [% c('input_files_b
  rm -Rf Bundle-Data/mac
  mv $SKELETON_TMP Bundle-Data/mac


  # Install a "tor" shim that sets the working directory. See #10030.
  mv $TBDIR/$TORBINPATH/tor $TBDIR/$TORBINPATH/tor.real
  cp Bundle-Data/mac-tor.sh $TBDIR/$TORCONFIGPATH/tor

  [% IF ! c("var/release") -%]
    SANDBOX_FOLDER="$TB_STAGE_DIR/Sandboxed Tor Browser"
    mv Bundle-Data/mac-sandbox "$SANDBOX_FOLDER"
  [% END -%]

  tar -C Bundle-Data/mac-applications.dmg -c . | tar -C $TB_STAGE_DIR -x
[% END %]