OC-PsychOS2/.buildactions/90_package.lua
Sam Roxanne 50cfb2bbf2 s m o l
2020-06-02 19:09:37 -05:00

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"