add decode blend to blend_map

This commit is contained in:
parazyd 2017-09-18 17:10:54 +02:00
parent 78943348e4
commit a21e439a86
No known key found for this signature in database
GPG Key ID: F0CB28FCF78637DE
1 changed files with 1 additions and 0 deletions

1
sdk
View File

@ -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]}"