Skip to content

Commit af4a24d

Browse files
committed
Fix: ID_MANIFEST target (windows build).
1 parent 04c5589 commit af4a24d

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

doc/evilhack-changelog.md

+1
Original file line numberDiff line numberDiff line change
@@ -3388,4 +3388,5 @@ The following changes to date are:
33883388
- Re-add encyclopedia and guidebook entries (bracers, existing roles)
33893389
- 'Deslog' the first wizard's tower level
33903390
- Fix: Lava gremlin exploding a forge
3391+
- Fix: ID_MANIFEST target (windows build)
33913392

win/win32/EvilHackW.rc

+1-1
Original file line numberDiff line numberDiff line change
@@ -385,5 +385,5 @@ END
385385
#ifndef RT_MANIFEST
386386
#define RT_MANIFEST MAKEINTRESOURCE(24)
387387
#endif
388-
ID_MANIFEST RT_MANIFEST "NetHackW.exe.manifest"
388+
ID_MANIFEST RT_MANIFEST "EvilHackW.exe.manifest"
389389
#endif

0 commit comments

Comments
 (0)