updated install script
This commit is contained in:
parent
9f9f40abd9
commit
ef91c4599b
|
|
@ -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, .{});
|
||||||
|
|
||||||
{
|
{
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue