Jelajahi Sumber

Replace yuzu.bmp references

Changing the icon to branding as well as replace the references to it
Jamie 2 tahun lalu
induk
melakukan
292d02c039
3 mengubah file dengan 1 tambahan dan 1 penghapusan
  1. TEMPAT SAMPAH
      dist/suyu.bmp
  2. TEMPAT SAMPAH
      dist/yuzu.bmp
  3. 1 1
      src/yuzu_cmd/CMakeLists.txt

TEMPAT SAMPAH
dist/suyu.bmp


TEMPAT SAMPAH
dist/yuzu.bmp


+ 1 - 1
src/yuzu_cmd/CMakeLists.txt

@@ -35,7 +35,7 @@ if (MSVC)
 endif()
 target_link_libraries(yuzu-cmd PRIVATE ${PLATFORM_LIBRARIES} Threads::Threads)
 
-create_resource("../../dist/yuzu.bmp" "yuzu_cmd/yuzu_icon.h" "yuzu_icon")
+create_resource("../../dist/suyu.bmp" "yuzu_cmd/yuzu_icon.h" "yuzu_icon")
 target_include_directories(yuzu-cmd PRIVATE ${RESOURCES_DIR})
 
 target_link_libraries(yuzu-cmd PRIVATE SDL2::SDL2 Vulkan::Headers)