We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 873b171 commit 486b3cfCopy full SHA for 486b3cf
CHANGES.md
@@ -12,6 +12,8 @@
12
13
- New direwolf icon.
14
15
+- Include the direwolf icon in the Windows executable. Note: When building from source, environment variable RC must point to windres location.
16
+
17
## Version 1.7 -- October 2023
18
19
### New Documentation:
src/CMakeLists.txt
@@ -128,7 +128,7 @@ if(LINUX)
128
129
# icon
130
# require plain gcc binary or link
131
- #${CMAKE_SOURCE_DIR}/cmake/cpack/direwolf.rc
+ ${CMAKE_SOURCE_DIR}/cmake/cpack/direwolf.rc
132
)
133
list(REMOVE_ITEM direwolf_SOURCES
134
dwgpsd.c
0 commit comments