From a21e439a869c2210e42b3a56e3d391c2e18f26fd Mon Sep 17 00:00:00 2001 From: parazyd Date: Mon, 18 Sep 2017 17:10:54 +0200 Subject: [PATCH] add decode blend to blend_map --- sdk | 1 + 1 file changed, 1 insertion(+) diff --git a/sdk b/sdk index 91dde4e..b4b4c18 100755 --- a/sdk +++ b/sdk @@ -65,6 +65,7 @@ load() { blend_map=( "devuan-live" "$R/blends/devuan-live/devuan-live.blend" "heads" "$R/../heads.blend" + "decode" "$R/../decode.blend" ) oslib="${os_map[$os]}"