Merge pull request #441 from odinho/strip_blockstack_desktop

[documentation] strip any '//' after 'blockstack:' in .desktop file
This commit is contained in:
Jude Nelson
2017-05-30 13:55:17 -05:00
committed by GitHub

View File

@@ -99,7 +99,7 @@ With the following contents:
[Desktop Entry]
Type=Application
Terminal=false
Exec=bash -c 'xdg-open http://localhost:3000/auth?authRequest=$(echo "%u" | sed s/blockstack://)'
Exec=bash -c 'xdg-open http://localhost:3000/auth?authRequest=$(echo "%u" | sed s,blockstack:/*,,)'
Name=Blockstack-Portal
MimeType=x-scheme-handler/blockstack;
```