monero wrapper 🌯
This commit is contained in:
parent
07a80f0cfa
commit
4e481ab409
1 changed files with 5 additions and 0 deletions
5
wrappers/monero-wallet-gui
Executable file
5
wrappers/monero-wallet-gui
Executable file
|
@ -0,0 +1,5 @@
|
|||
#!/usr/bin/env sh
|
||||
|
||||
HOME=$HOME/.local/share/monero
|
||||
mkdir -p "$HOME"
|
||||
exec /usr/bin/monero-wallet-gui "$@"
|
Loading…
Reference in a new issue