OC-PsychOS2/.buildactions/90_package.lua

6 lines
171 B
Lua

function actions.package()
os.execute("cp -r cfg target")
os.execute("cd target; find $".."(ls) -depth | tsar -o > ../psychos.tsar")
end
actions[#actions+1] = "package"