Skip to content

Commit

Permalink
Fix linuxdeploy build following upstream changes
Browse files Browse the repository at this point in the history
  • Loading branch information
timangus committed Oct 26, 2023
1 parent 3987355 commit 6a569f5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion source/app/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -330,7 +330,7 @@ else()

foreach(RESOLUTION 1024x1024 512x512 256x256 128x128 64x64 48x48 32x32 16x16)
install(FILES ${CMAKE_CURRENT_LIST_DIR}/icon/Icon${RESOLUTION}.png
DESTINATION share/icons/hicolor/${RESOLUTION}
DESTINATION share/icons/hicolor/${RESOLUTION}/apps
RENAME ${PROJECT_NAME}.png)
endforeach()

Expand Down

0 comments on commit 6a569f5

Please sign in to comment.