Skip to content

Commit 50583ec

Browse files
committed
backward compat
1 parent edd18af commit 50583ec

2 files changed

Lines changed: 4 additions & 1 deletion

File tree

OSL Programs/apps/System/.Install_system.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -340,6 +340,6 @@
340340
"path": "Origin/(A) System/Kernel And Setup",
341341
"name": "loader.osl",
342342
"icon": "",
343-
"version":"1.1"
343+
"version":"1.2"
344344
}
345345
]

OSL Programs/apps/System/loader.osl

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,9 @@ if data.len != 0 (
55
)
66

77
local apps @= "origin.apps".eval()
8+
if typeof(apps) != "object" (
9+
eval "origin.apps = {}"
10+
)
811
data = open("~/application data/settings/default_apps.json")
912
local original_defaults @= {
1013
"File Explorer": "/(a) system/user applications/Files.osl",

0 commit comments

Comments
 (0)