mirror of
https://github.com/oooo-ps/i2pdbrowser.git
synced 2026-04-01 22:25:27 +00:00
A very pre-mature and drafty sketch at a possible osx build script
Former-commit-id: c8df22ca11b717b02dfe0b807cb8c90bceaf91e0
This commit is contained in:
parent
fcf9b0864c
commit
fd02319397
8 changed files with 363 additions and 0 deletions
6
osx/build.sh
Normal file
6
osx/build.sh
Normal 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
|
||||
Loading…
Add table
Add a link
Reference in a new issue