mirror of
https://github.com/Adorable-Catgirl/Zorya-NEO.git
synced 2024-11-11 04:58:06 +11:00
5 lines
176 B
Lua
5 lines
176 B
Lua
function actions.makepkg()
|
|
os.execute("cd pkg; find bios lib mods -depth | lua ../utils/make_tsar.lua > ../release/zorya-neo-update.tsar")
|
|
end
|
|
|
|
actions[#actions+1] = "makepkg" |