1
0
mirror of https://github.com/PurpleI2P/i2pdbrowser synced 2025-02-05 19:34:23 +00:00

pre-1.3.1: run ff without terminal on linux

Signed-off-by: r4sas <r4sas@i2pmail.org>
This commit is contained in:
R4SAS 2022-03-24 00:11:38 +00:00
parent a2ae68c239
commit 293d3da278
Signed by: r4sas
GPG Key ID: 66F6C87B98EBCFE2

View File

@ -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