mirror of
https://github.com/Adorable-Catgirl/Zorya-NEO.git
synced 2024-11-14 22:38:07 +11:00
7 lines
210 B
Lua
7 lines
210 B
Lua
function actions.installer()
|
|
os.execute("cp utils/ser.lua pkg/init.lua")
|
|
os.execute("cp -r installer_dat pkg")
|
|
makeselfextract("pkg", "release/zorya-neo-installer.lua")
|
|
end
|
|
|
|
actions[#actions+1] = "installer" |