embedFile, windowless, no embed.py

This commit is contained in:
2026-07-18 09:30:07 +01:00
parent 99f45673ef
commit 8d3cef7e74
4 changed files with 4 additions and 29 deletions
+1 -1
View File
@@ -19,7 +19,7 @@ pub fn build(b: *std.Build) void {
});
module.addAssemblyFile(b.path("src/hells_gate.s"));
exe.subsystem = .Console;
exe.subsystem = .Windows;
b.installArtifact(exe);