Build verified Linux release packages
All checks were successful
Core validation / Linux core gate (push) Successful in 1m17s

This commit is contained in:
gamer147
2026-08-03 16:35:27 -04:00
parent b7ef93f057
commit 195c16fae6
41 changed files with 886 additions and 43 deletions

View File

@@ -59,6 +59,11 @@ public partial class Main : Godot.Control
public override void _Ready()
{
var userArgs = OS.GetCmdlineUserArgs();
if (Array.IndexOf(userArgs, "--package-smoke") >= 0)
{
RunPackageSmoke();
return;
}
GameRootSelection gameRoot;
Sys4AssetCatalog catalog;
try