Changes
Page history
Update Hacking - fix tor browser launch command
authored
Aug 03, 2022
by
Dan Ballard
Show whitespace changes
Inline
Side-by-side
Hacking.md
View page @
bb9d7a7d
...
@@ -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.
...
...
...
...