Browse Source

change configs type

Former-commit-id: d4ca29e810
pull/43/head
R4SAS 7 years ago
parent
commit
552a7cdbd3
  1. 4
      linux/build/build.sh
  2. 0
      linux/build/preferences/syspref.js
  3. 0
      linux/build/profile/bookmarks.html
  4. 12
      linux/build/profile/prefs.js
  5. 0
      linux/build/profile/xulstore.json

4
linux/build/build.sh

@ -86,7 +86,9 @@ curl -L -f -# -O https://addons.mozilla.org/firefox/downloads/latest/noscript/ad @@ -86,7 +86,9 @@ curl -L -f -# -O https://addons.mozilla.org/firefox/downloads/latest/noscript/ad
mv addon-722-latest.xpi ../app/browser/extensions/{73a6fe31-595d-460b-a920-fcc0f8843232}.xpi
echo "Adding standart configs..."
cp configs/* ../data/
cp profile/* ../data/
mkdir -p ../app/browser/defaults
cp preferences ../app/browser/defaults
echo '#!/bin/sh' > "../${application}-portable"
echo 'dir=${0%/*}' >> "../${application}-portable"

0
linux/build/configs/prefs.js → linux/build/preferences/syspref.js

0
linux/build/configs/bookmarks.html → linux/build/profile/bookmarks.html

12
linux/build/profile/prefs.js

@ -0,0 +1,12 @@ @@ -0,0 +1,12 @@
# Mozilla User Preferences
/* Do not edit this file.
*
* If you make changes to this file while the browser is running,
* the changes will be overwritten when the browser exits.
*
* To make a manual change to preferences, you can visit the URL about:config
* For more information, see http://www.mozilla.org/unix/customizing.html#prefs
*/
user_pref("browser.startup.homepage", "http://i2pd.i2p/");

0
linux/build/configs/xulstore.json → linux/build/profile/xulstore.json

Loading…
Cancel
Save