OC-PsychOS2/.buildactions/90_package.lua

6 lines
171 B
Lua
Raw Normal View History

2020-06-03 10:09:37 +10:00
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"