A very pre-mature and drafty sketch at a possible osx build script

Former-commit-id: c8df22ca11b717b02dfe0b807cb8c90bceaf91e0
This commit is contained in:
faxboss 2017-11-21 23:35:22 +01:00
parent fcf9b0864c
commit fd02319397
8 changed files with 363 additions and 0 deletions

6
osx/build.sh Normal file
View file

@ -0,0 +1,6 @@
curl -O https://ftp.mozilla.org/pub/firefox/releases/52.5.0esr/mac/en-US/Firefox%2052.5.0esr.dmg
hdiutil attach Firefox%2052.5.0esr.dmg
cp -rf /Volumes/Firefox/Firefox.app ./FirefoxESR.app
cp ./syspref.js ./FirefoxESR.app/Contents/Resources/defaults/pref/
curl -O https://secure.informaction.com/download/releases/noscript-5.1.7.xpi
mv ./noscript-5.1.7.xpi ./FirefoxESR.app/Contents/Resources/browser/extensions/{73a6fe31-595d-460b-a920-fcc0f8843232}.xpi