fix configs copy

Former-commit-id: 117b114e29
This commit is contained in:
R4SAS 2017-04-25 19:14:08 +03:00
parent 552a7cdbd3
commit 1718eda47c

View File

@ -88,7 +88,7 @@ mv addon-722-latest.xpi ../app/browser/extensions/{73a6fe31-595d-460b-a920-fcc0f
echo "Adding standart configs..."
cp profile/* ../data/
mkdir -p ../app/browser/defaults
cp preferences ../app/browser/defaults
cp -r preferences ../app/browser/defaults/
echo '#!/bin/sh' > "../${application}-portable"
echo 'dir=${0%/*}' >> "../${application}-portable"