Skip to content

Commit 486b3cf

Browse files
committed
Include the direwolf icon in the Windows executable.
1 parent 873b171 commit 486b3cf

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

CHANGES.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,8 @@
1212

1313
- New direwolf icon.
1414

15+
- Include the direwolf icon in the Windows executable. Note: When building from source, environment variable RC must point to windres location.
16+
1517
## Version 1.7 -- October 2023
1618

1719
### New Documentation:

src/CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -128,7 +128,7 @@ if(LINUX)
128128

129129
# icon
130130
# require plain gcc binary or link
131-
#${CMAKE_SOURCE_DIR}/cmake/cpack/direwolf.rc
131+
${CMAKE_SOURCE_DIR}/cmake/cpack/direwolf.rc
132132
)
133133
list(REMOVE_ITEM direwolf_SOURCES
134134
dwgpsd.c

0 commit comments

Comments
 (0)