mirror of
https://github.com/kepler155c/opus
synced 2025-11-26 20:05:14 +00:00
fix menu separators + sys dir restructure
This commit is contained in:
@@ -1,4 +1,6 @@
|
||||
if fs.exists('sys/apps/shell') and fs.exists('sys/apps/shell.lua') then
|
||||
fs.delete('sys/apps/shell')
|
||||
end
|
||||
if fs.exists('sys/etc/app.db') then fs.delete('sys/etc/app.db') end
|
||||
if fs.exists('sys/etc/app.db') then fs.delete('sys/etc/app.db') end
|
||||
if fs.exists('sys/extensions') then fs.delete('sys/extensions') end
|
||||
if fs.exists('sys/network') then fs.delete('sys/network') end
|
||||
|
||||
Reference in New Issue
Block a user