mirror of
https://github.com/KolibriOS/kolibrios.git
synced 2025-09-13 14:08:35 -04:00

Compressed with kpack and added to IMG (en_US only). Co-authored-by: Ivan Baravy <dunkaist@gmail.com> Reviewed-on: https://git.kolibrios.org/KolibriOS/kolibrios/pulls/171 Reviewed-by: Max Logaev <maxlogaev@proton.me> Co-authored-by: Burer <burer@kolibrios.org> Co-committed-by: Burer <burer@kolibrios.org>
3 lines
137 B
Lua
3 lines
137 B
Lua
if tup.getconfig("NO_FASM") ~= "" then return end
|
|
tup.rule("welcome.htm", "cp %f %o" .. tup.getconfig("KPACK_CMD"), "welcome.htm.kpack")
|