mirror of
https://github.com/monero-project/monero-gui.git
synced 2024-12-23 20:20:02 +00:00
Merge pull request #1566
3bc4d6a
Allow arguments to be passed to start-gui.sh (nunocastromartins)
This commit is contained in:
commit
66d99324dd
1 changed files with 1 additions and 1 deletions
|
@ -48,7 +48,7 @@ export QT_PLUGIN_PATH=\`pwd\`/plugins
|
|||
export QML2_IMPORT_PATH=\`pwd\`/qml
|
||||
# make it so that it can be called from anywhere and also through soft links
|
||||
SCRIPT_DIR="\$(dirname "\$(test -L "\${BASH_SOURCE[0]}" && readlink "\${BASH_SOURCE[0]}" || echo "\${BASH_SOURCE[0]}")")"
|
||||
"\$SCRIPT_DIR"/$GUI_EXEC
|
||||
"\$SCRIPT_DIR"/$GUI_EXEC "\$@"
|
||||
EOL
|
||||
|
||||
chmod +x $TARGET/start-gui.sh
|
||||
|
|
Loading…
Reference in a new issue