Browse Source

pre-1.3.1: run ff without terminal on linux

Signed-off-by: r4sas <r4sas@i2pmail.org>

Former-commit-id: 293d3da278
pull/43/head
R4SAS 2 years ago
parent
commit
186c28c4a2
  1. 2
      linux/build/build

2
linux/build/build

@ -123,7 +123,7 @@ echo 'if [ "$dir" = "$0" ]; then' >> "../${application}-portable" @@ -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…
Cancel
Save