Skip to content

Commit

Permalink
Use Neovim icon as app icon, exe icon
Browse files Browse the repository at this point in the history
  • Loading branch information
rohit-px2 committed Aug 28, 2021
1 parent faf5123 commit 4e77eca
Show file tree
Hide file tree
Showing 4 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@ endif()
find_package(Boost COMPONENTS filesystem thread REQUIRED)
list(APPEND SOURCES "src/main.cpp")
if(WIN32 AND CMAKE_BUILD_TYPE STREQUAL "Release")
add_executable(nvui WIN32 ${SOURCES})
add_executable(nvui WIN32 "assets/icons/desktop/neovim_icon.rc" ${SOURCES})
else()
add_executable(nvui ${SOURCES})
endif()
Expand Down
Binary file modified assets/appicon.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added assets/icons/desktop/neovim.ico
Binary file not shown.
1 change: 1 addition & 0 deletions assets/icons/desktop/neovim_icon.rc
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
NEOVIM_ICON ICON "neovim.ico"

0 comments on commit 4e77eca

Please sign in to comment.