Files
MuditaOS/scripts/lua/share/consts.lua
Mateusz Piesta 09bab001d0 [MOS-807] Update scripts
Added update scripts for both variants:
UDM update and further 'normal' updates.

Minor updates to the directories layout
2023-01-19 16:41:56 +01:00

7 lines
123 B
Lua

local consts = {}
consts.version_file = "version.json"
consts.indexer_cache_file = ".directory_is_indexed"
return consts