add -no-remote to linux bundle
Former-commit-id: 257b12127362ccfebbeb85a8ab73bfb22ed71951
This commit is contained in:
parent
91637ed45c
commit
edb0ca0f96
@ -47,10 +47,10 @@ rm -rf ../configs
|
||||
echo '#!/bin/sh' > "${application}-portable"
|
||||
echo 'dir=${0%/*}' >> "${application}-portable"
|
||||
echo 'if [ "$dir" = "$0" ]; then' >> "${application}-portable"
|
||||
echo ' dir="."' >> "${application}-portable"
|
||||
echo ' dir="."' >> "${application}-portable"
|
||||
echo 'fi' >> "${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"
|
||||
echo ... finished
|
||||
|
Loading…
x
Reference in New Issue
Block a user