updated install script

This commit is contained in:
peterino2 2026-01-03 16:37:02 -08:00
parent 9f9f40abd9
commit ef91c4599b
1 changed files with 1 additions and 0 deletions

View File

@ -189,6 +189,7 @@ pub const Program = struct {
exe.root_module.addImport("backlog", gameApi); exe.root_module.addImport("backlog", gameApi);
} }
self.buildSystem.b.installArtifact(exe);
const installed = self.buildSystem.b.addInstallArtifact(exe, .{}); const installed = self.buildSystem.b.addInstallArtifact(exe, .{});
{ {