This commit is contained in:
2025-12-24 12:52:37 -08:00
commit fa5765a402
3 changed files with 237 additions and 0 deletions

10
Launcher/build.lua Normal file
View 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)