Skip to content

Commit 0b2805f

Browse files
committed
Merge pull request #110897 from Repiteo/windows/migrate-manifest
Windows: Migrate `godot.manifest` to `platform/windows`, include as dependency
2 parents 3997e77 + d48f255 commit 0b2805f

File tree

4 files changed

+3
-2
lines changed

4 files changed

+3
-2
lines changed

platform/windows/SCsub

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -79,6 +79,7 @@ if env["accesskit"] and not env.msvc:
7979
prog = env.add_program("#bin/godot", sources, PROGSUFFIX=env["PROGSUFFIX"])
8080
arrange_program_clean(prog)
8181

82+
env.Depends(prog, "godot.manifest")
8283
if env.msvc:
8384
env.Depends(prog, "godot.natvis")
8485

File renamed without changes.

platform/windows/godot_res.rc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
#endif
66

77
GODOT_ICON ICON platform/windows/godot.ico
8-
1 RT_MANIFEST "godot.manifest"
8+
1 RT_MANIFEST "platform/windows/godot.manifest"
99

1010
1 VERSIONINFO
1111
FILEVERSION GODOT_VERSION_MAJOR,GODOT_VERSION_MINOR,GODOT_VERSION_PATCH,0

platform/windows/godot_res_wrap.rc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
#endif
66

77
GODOT_ICON ICON platform/windows/godot_console.ico
8-
1 RT_MANIFEST "godot.manifest"
8+
1 RT_MANIFEST "platform/windows/godot.manifest"
99

1010
1 VERSIONINFO
1111
FILEVERSION GODOT_VERSION_MAJOR,GODOT_VERSION_MINOR,GODOT_VERSION_PATCH,0

0 commit comments

Comments
 (0)