Skip to content

Commit

Permalink
rename the executable to zilminer
Browse files Browse the repository at this point in the history
  • Loading branch information
deepgully committed Jan 16, 2019
1 parent 1683332 commit 6ece7b2
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions ethminer/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,8 @@ if(MSVC)
target_sources(${EXECUTABLE} PRIVATE ethminer.rc)
endif()

set_target_properties(${PROJECT_NAME} PROPERTIES OUTPUT_NAME "zilminer")

hunter_add_package(CLI11)
find_package(CLI11 CONFIG REQUIRED)

Expand Down
2 changes: 1 addition & 1 deletion ethminer/ethminer.rc
Original file line number Diff line number Diff line change
@@ -1 +1 @@
IDI_ICON1 ICON DISCARDABLE "ethminer.ico"
IDI_ICON1 ICON DISCARDABLE "zilliqa.ico"
Binary file added ethminer/zilliqa.ico
Binary file not shown.

0 comments on commit 6ece7b2

Please sign in to comment.