mirror of
https://github.com/20kdc/OC-KittenOS.git
synced 2024-11-08 19:48:07 +11:00
17 lines
197 B
Lua
17 lines
197 B
Lua
|
return {
|
||
|
["app-eeprog"] = {
|
||
|
desc = "EEPROM programmer / copier",
|
||
|
v = 0,
|
||
|
app = "app-eeprog",
|
||
|
deps = {
|
||
|
"neo"
|
||
|
},
|
||
|
dirs = {
|
||
|
"apps"
|
||
|
},
|
||
|
files = {
|
||
|
"apps/app-eeprog.lua"
|
||
|
},
|
||
|
}
|
||
|
}
|