Skip to content

Commit

Permalink
Change URL to hicolor icon theme tarball
Browse files Browse the repository at this point in the history
  • Loading branch information
equeim committed Dec 17, 2023
1 parent 0c38d98 commit 7ee8916
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions data/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -51,8 +51,8 @@ elseif (WIN32 OR APPLE)

FetchContent_Declare(
hicolor_icon_theme
URL "https://icon-theme.freedesktop.org/releases/hicolor-icon-theme-0.17.tar.xz"
URL_HASH SHA256=317484352271d18cbbcfac3868eab798d67fff1b8402e740baa6ff41d588a9d8
URL "https://gitlab.freedesktop.org/xdg/default-icon-theme/-/archive/0.17/default-icon-theme-0.17.tar.gz"
URL_HASH SHA256=3d3a762121c2e78e37ab98221ad48e4596a716abf3bf4475f13e372328f86cd1
)
FetchContent_Populate(hicolor_icon_theme)
install(FILES "${hicolor_icon_theme_SOURCE_DIR}/index.theme" DESTINATION "${TREMOTESF_EXTERNAL_RESOURCES_PATH}/icons/hicolor")
Expand Down

0 comments on commit 7ee8916

Please sign in to comment.