Skip to content

Commit

Permalink
Use logos with rounded corners
Browse files Browse the repository at this point in the history
  • Loading branch information
dr8co committed Apr 23, 2024
1 parent 01fc49f commit 6661584
Show file tree
Hide file tree
Showing 16 changed files with 3 additions and 8 deletions.
Binary file added assets/logo/logo-symbol-rounded.ico
Binary file not shown.
Binary file added assets/logo/logo-symbol-rounded.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/logo/logo-symbol-rounded@0.25x.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/logo/logo-symbol-rounded@0.5x.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/logo/logo-symbol-rounded@0.75x.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/logo/logo1-rounded.ico
Binary file not shown.
Binary file added assets/logo/logo1-rounded.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/logo/logo1-rounded@0.25x.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/logo/logo1-rounded@0.5x.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/logo/logo1-rounded@0.75x.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/logo/logo2-rounded.ico
Binary file not shown.
Binary file added assets/logo/logo2-rounded.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/logo/logo2-rounded@0.25x.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/logo/logo2-rounded@0.5x.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/logo/logo2-rounded@0.75x.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
11 changes: 3 additions & 8 deletions cmake/Packing.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -11,12 +11,7 @@ set(CPACK_PACKAGE_HOMEPAGE_URL "https://github.com/dr8co/LiteString")
set(CPACK_OUTPUT_FILE_PREFIX "${CMAKE_BINARY_DIR}/Packages")

# Set the package icon
if (WIN32)
# Windows graphical installers take BMP files (Inno Setup and NSIS)
set(CPACK_PACKAGE_ICON "${CMAKE_CURRENT_SOURCE_DIR}/assets/logo/logo1.bmp")
else ()
set(CPACK_PACKAGE_ICON "${CMAKE_CURRENT_SOURCE_DIR}/assets/logo/logo-symbol.ico")
endif ()
set(CPACK_PACKAGE_ICON "${CMAKE_CURRENT_SOURCE_DIR}/assets/logo/logo1-rounded.ico")

# Source package Generator variables
set(CPACK_SOURCE_GENERATOR "TGZ;ZIP")
Expand Down Expand Up @@ -139,8 +134,8 @@ set(CPACK_INNOSETUP_USE_MODERN_WIZARD ON)
set(CPACK_INNOSETUP_MENU_LINKS "Help" "${CPACK_PACKAGE_HOMEPAGE}" "Home Page")

# Extend the setup section
set(CPACK_INNOSETUP_SETUP_SetupIconFile "${CMAKE_CURRENT_SOURCE_DIR}/assets/logo/logo1.ico")
set(CPACK_INNOSETUP_SETUP_UninstallDisplayIcon "${CMAKE_CURRENT_SOURCE_DIR}/assets/logo/logo1.ico")
set(CPACK_INNOSETUP_SETUP_SetupIconFile "${CMAKE_CURRENT_SOURCE_DIR}/assets/logo/logo1-rounded.ico")
set(CPACK_INNOSETUP_SETUP_UninstallDisplayIcon "${CMAKE_CURRENT_SOURCE_DIR}/assets/logo/logo1-rounded.ico")
set(CPACK_INNOSETUP_SETUP_ShowLanguageDialog ON)
set(CPACK_INNOSETUP_SETUP_WizardImageFile "${CMAKE_CURRENT_SOURCE_DIR}/assets/wizardImage/wzImg3@0.75x.bmp")
set(CPACK_INNOSETUP_SETUP_WizardSmallImageFile "${CMAKE_CURRENT_SOURCE_DIR}/assets/wizardSmallImage/wzSmall1@0.25x.bmp")
Expand Down

0 comments on commit 6661584

Please sign in to comment.