From 028064cc5e8eec2e593036832b11fe7f1afda741 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Odin=20H=C3=B8rthe=20Omdal?= Date: Sun, 28 May 2017 23:18:22 +0100 Subject: [PATCH] strip any '//' after 'blockstack:' in .desktop file --- docs/setup_core_portal.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/setup_core_portal.md b/docs/setup_core_portal.md index 33f2d3a0e..489ceca1e 100644 --- a/docs/setup_core_portal.md +++ b/docs/setup_core_portal.md @@ -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; ```