gluon-packages/gluon/gluon-autoupdater/files/lib/gluon/alfred/announce.d/software/autoupdater

8 lines
195 B
Plaintext

local autoupdater = uci:get_all('autoupdater', 'settings')
if autoupdater then
return
{ branch = autoupdater['branch']
, enabled = uci:get_bool('autoupdater', 'settings', 'enabled')
}
end