Skip to content

Commit 441c9f3

Browse files
committed
Fix rc file
1 parent a313e45 commit 441c9f3

File tree

3 files changed

+2
-2
lines changed

3 files changed

+2
-2
lines changed

build.zig

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ fn build_game(b: *std.Build, name: []const u8, target: ResolvedTarget, optimize:
6666
});
6767
if (target.query.os_tag == .windows) {
6868
exe.subsystem = .Windows;
69-
exe.addWin32ResourceFile(.{ .file = b.path("res/titus.res") });
69+
exe.addWin32ResourceFile(.{ .file = b.path("res/titus.rc") });
7070
}
7171
setup_game_build(b, options, sdl_lib, exe);
7272
return exe;

res/titus.rc

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
1 ICON "titus.ico"

res/titus.res

Lines changed: 0 additions & 1 deletion
This file was deleted.

0 commit comments

Comments
 (0)