mirror of
https://github.com/oooo-ps/i2pdbrowser.git
synced 2026-04-01 14:15:29 +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
|
|
@ -47,10 +47,10 @@ rm -rf ../configs
|
||||||
echo '#!/bin/sh' > "${application}-portable"
|
echo '#!/bin/sh' > "${application}-portable"
|
||||||
echo 'dir=${0%/*}' >> "${application}-portable"
|
echo 'dir=${0%/*}' >> "${application}-portable"
|
||||||
echo 'if [ "$dir" = "$0" ]; then' >> "${application}-portable"
|
echo 'if [ "$dir" = "$0" ]; then' >> "${application}-portable"
|
||||||
echo ' dir="."' >> "${application}-portable"
|
echo ' dir="."' >> "${application}-portable"
|
||||||
echo 'fi' >> "${application}-portable"
|
echo 'fi' >> "${application}-portable"
|
||||||
echo 'cd "$dir/app"' >> "${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"
|
chmod +x "$application-portable"
|
||||||
echo ... finished
|
echo ... finished
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue