add -no-remote to linux bundle

Former-commit-id: 257b121273
This commit is contained in:
R4SAS 2017-01-30 01:43:25 +03:00
parent 91637ed45c
commit edb0ca0f96

View File

@ -50,7 +50,7 @@ echo 'if [ "$dir" = "$0" ]; then' >> "${application}-portable"
echo ' dir="."' >> "${application}-portable" echo ' dir="."' >> "${application}-portable"
echo 'fi' >> "${application}-portable" echo 'fi' >> "${application}-portable"
echo 'cd "$dir/app"' >> "${application}-portable" echo 'cd "$dir/app"' >> "${application}-portable"
echo './firefox -profile ../data' >> "${application}-portable" echo './firefox -profile ../data -no-remote' >> "${application}-portable"
chmod +x "$application-portable" chmod +x "$application-portable"
echo ... finished echo ... finished