mirror of https://github.com/wb2osz/direwolf.git
Include the direwolf icon in the Windows executable.
This commit is contained in:
parent
873b171e48
commit
486b3cf1f6
|
@ -12,6 +12,8 @@
|
|||
|
||||
- New direwolf icon.
|
||||
|
||||
- Include the direwolf icon in the Windows executable. Note: When building from source, environment variable RC must point to windres location.
|
||||
|
||||
## Version 1.7 -- October 2023
|
||||
|
||||
### New Documentation:
|
||||
|
|
|
@ -128,7 +128,7 @@ if(LINUX)
|
|||
|
||||
# icon
|
||||
# require plain gcc binary or link
|
||||
#${CMAKE_SOURCE_DIR}/cmake/cpack/direwolf.rc
|
||||
${CMAKE_SOURCE_DIR}/cmake/cpack/direwolf.rc
|
||||
)
|
||||
list(REMOVE_ITEM direwolf_SOURCES
|
||||
dwgpsd.c
|
||||
|
|
Loading…
Reference in New Issue