Skip to content
Snippets Groups Projects
Commit a34b9891 authored by Mark Smith's avatar Mark Smith Committed by Mike Perry
Browse files

Fix a localization failure with the Mac builds.

parent 0ce5f162
No related branches found
No related tags found
No related merge requests found
......@@ -109,7 +109,7 @@ script: |
cp $i ../TorBrowserBundle_$LANG.app/Library/"Application Support"/Firefox/Profiles/profile/extensions/langpack-$LANG@firefox.mozilla.org.xpi
cd ..
cd TorBrowserBundle.app/Contents/MacOS/TorBrowser.app/Contents/MacOS/
cd TorBrowserBundle_$LANG.app/Contents/MacOS/TorBrowser.app/Contents/MacOS/
mkdir -p defaults/preferences
cp ~/build/000-tor-browser.js defaults/preferences/000-tor-browser.js
echo "pref(\"general.useragent.locale\", \"$LANG\");" >> defaults/preferences/000-tor-browser.js
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment