Zorya-NEO/.buildactions/20_pkg.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"