Update Hacking - fix tor browser launch command authored by Dan Ballard's avatar Dan Ballard
...@@ -91,7 +91,7 @@ cp $INSTDIR/Browser/start-firefox $INSTDIR/Browser/firefox ...@@ -91,7 +91,7 @@ cp $INSTDIR/Browser/start-firefox $INSTDIR/Browser/firefox
# If you want a smaller binary to copy into a vm/other machine for tests: # If you want a smaller binary to copy into a vm/other machine for tests:
strip --strip-all $INSTDIR/Browser/* strip --strip-all $INSTDIR/Browser/*
rm -f $INSTDIR/Browser/firefox-bin rm -f $INSTDIR/Browser/start-tor-browser
``` ```
If that completes successfully, then your fresh build of Firefox should exist at `$INSTDIR/Browser/firefox`. Free the lizard. If that completes successfully, then your fresh build of Firefox should exist at `$INSTDIR/Browser/firefox`. Free the lizard.
... ...
......