Files
kolibrios/data/en_US/Tupfile.lua
Ivan Baravy 66661184b7
All checks were successful
Build system / Check kernel codestyle (pull_request) Successful in 28s
Build system / Build (pull_request) Successful in 5m12s
welcome.htm: kpack it and add to the img (en_US)
2025-03-18 23:03:35 +00:00

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")