init
This commit is contained in:
10
Launcher/build.lua
Normal file
10
Launcher/build.lua
Normal file
@@ -0,0 +1,10 @@
|
||||
--Default build.lua Script
|
||||
|
||||
local appid = "org.ruffles.launcher"
|
||||
|
||||
local project_name = "Launcher"
|
||||
|
||||
|
||||
local package_data = build.optimize(build.package("src"))
|
||||
|
||||
build.writePackage(package_data,"build/"..appid)
|
||||
Reference in New Issue
Block a user