mirror of
https://github.com/oooo-ps/i2pdbrowser.git
synced 2026-04-01 06:05:27 +00:00
update noscript, fix build scripts
Former-commit-id: bf078e96a88d009698354a58e52599c1f101b9cd
This commit is contained in:
parent
6423760c3c
commit
22e7f39ef9
9 changed files with 32 additions and 17 deletions
|
|
@ -81,9 +81,12 @@ sed -i 's/ServerURL=.*/ServerURL=-/' ../app/application.ini
|
|||
# sed -i 's/ServerURL=.*/ServerURL=-/' ../app/webapprt/webapprt.ini
|
||||
# Done!
|
||||
|
||||
echo "Downloading language packs..."
|
||||
curl -L -f -# -o ../app/browser/extensions/langpack-ru@firefox.mozilla.org.xpi https://addons.mozilla.org/firefox/downloads/file/605634/russian_ru_language_pack-52.0-fx.xpi?src=version-history
|
||||
curl -L -f -# -o ../app/browser/extensions/langpack-en-US@firefox.mozilla.org.xpi https://addons.mozilla.org/firefox/downloads/file/605596/english_us_language_pack-52.0-fx.xpi?src=version-history
|
||||
|
||||
echo "Downloading NoScript extension..."
|
||||
curl -L -f -# -O https://secure.informaction.com/download/releases/noscript-5.1.8.2.xpi
|
||||
mv noscript-5.1.8.2.xpi ../app/browser/extensions/{73a6fe31-595d-460b-a920-fcc0f8843232}.xpi
|
||||
curl -L -f -# -o ../app/browser/extensions/{73a6fe31-595d-460b-a920-fcc0f8843232}.xpi https://addons.mozilla.org/firefox/downloads/file/806790/noscript_security_suite-5.1.8.3-fx+sm.xpi
|
||||
|
||||
echo "Adding standard configs..."
|
||||
cp profile/* ../data/
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue