Skip to content

Commit

Permalink
Switch .DirIcon from SVG to PNG
Browse files Browse the repository at this point in the history
  • Loading branch information
tresf committed Jan 29, 2025
1 parent b95c7f1 commit bdfc63a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cmake/linux/LinuxDeploy.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -151,7 +151,7 @@ endforeach()
message(STATUS "Calling ${LINUXDEPLOY_BIN} --appdir \"${APP}\" ... [... libraries].")
execute_process(COMMAND "${LINUXDEPLOY_BIN}"
--appdir "${APP}"
--icon-file "${CPACK_SOURCE_DIR}/cmake/linux/icons/scalable/apps/${lmms}.svg"
--icon-file "${CPACK_SOURCE_DIR}/cmake/linux/icons/128x128@2/apps/${lmms}.png"
--desktop-file "${APP}/usr/share/applications/${lmms}.desktop"
--custom-apprun "${CPACK_SOURCE_DIR}/cmake/linux/launch_lmms.sh"
--plugin qt
Expand Down

0 comments on commit bdfc63a

Please sign in to comment.