mirror of
https://github.com/oooo-ps/i2pdbrowser.git
synced 2026-04-02 06:35:28 +00:00
add -no-remote to linux bundle
Former-commit-id: 257b12127362ccfebbeb85a8ab73bfb22ed71951
This commit is contained in:
parent
91637ed45c
commit
edb0ca0f96
1 changed files with 2 additions and 2 deletions
|
|
@ -50,7 +50,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' >> "${application}-portable"
|
||||
echo './firefox -profile ../data -no-remote' >> "${application}-portable"
|
||||
|
||||
chmod +x "$application-portable"
|
||||
echo ... finished
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue