mirror of
https://github.com/alexgo-io/stacks-puppet-node.git
synced 2026-06-05 19:57:35 +08:00
Merge pull request #441 from odinho/strip_blockstack_desktop
[documentation] strip any '//' after 'blockstack:' in .desktop file
This commit is contained in:
@@ -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;
|
||||
```
|
||||
|
||||
Reference in New Issue
Block a user