mirror of
https://github.com/oooo-ps/i2pdbrowser.git
synced 2026-04-01 06:05:27 +00:00
change configs type
Former-commit-id: d4ca29e8100a70d1a512863dccddbf29a5674ce3
This commit is contained in:
parent
92fbcd8850
commit
552a7cdbd3
5 changed files with 15 additions and 1 deletions
|
|
@ -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"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue