pre-1.3.1: run ff without terminal on linux
Signed-off-by: r4sas <r4sas@i2pmail.org>
Former-commit-id: 293d3da278
This commit is contained in:
parent
e5f24ca9d4
commit
186c28c4a2
@ -123,7 +123,7 @@ echo 'if [ "$dir" = "$0" ]; then' >> "../${application}-portable"
|
||||
echo ' dir="."' >> "../${application}-portable"
|
||||
echo 'fi' >> "../${application}-portable"
|
||||
echo 'cd "$dir/app"' >> "../${application}-portable"
|
||||
echo './firefox -profile ../data -no-remote' >> "../${application}-portable"
|
||||
echo './firefox -profile ../data -no-remote &' >> "../${application}-portable"
|
||||
|
||||
chmod +x "../$application-portable"
|
||||
echo ... finished
|
||||
|
Loading…
Reference in New Issue
Block a user