mirror of
https://github.com/oooo-ps/i2pdbrowser.git
synced 2026-04-01 14:15:29 +00:00
update certs, certificates
Former-commit-id: 125fbdcd352f43afef2d6a1836974d3f79ff34c5
This commit is contained in:
parent
7782e323d8
commit
25082974b0
9 changed files with 9 additions and 198 deletions
|
|
@ -6,6 +6,12 @@
|
|||
#
|
||||
# See full license text in LICENSE file at top of project tree
|
||||
|
||||
dir=${0%/*}
|
||||
if [ "$dir" = "$0" ]; then
|
||||
dir="."
|
||||
fi
|
||||
cd $dir
|
||||
|
||||
arch=$(uname -m)
|
||||
language=$(echo $LANG | cut -c-5 | sed s/_/-/g)
|
||||
version="60.0.2esr"
|
||||
|
|
@ -90,7 +96,7 @@ curl -L -f -# -o ../app/browser/extensions/{73a6fe31-595d-460b-a920-fcc0f8843232
|
|||
|
||||
echo "Adding standard configs..."
|
||||
cp profile/* ../data/
|
||||
cp -r preferences ../app/
|
||||
cp -r preferences/* ../app/
|
||||
|
||||
echo '#!/bin/sh' > "../${application}-portable"
|
||||
echo 'dir=${0%/*}' >> "../${application}-portable"
|
||||
Loading…
Add table
Add a link
Reference in a new issue