Skip to content

Commit

Permalink
Give up
Browse files Browse the repository at this point in the history
  • Loading branch information
tresf committed Jan 31, 2025
1 parent 901175c commit 0918a5f
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions cmake/linux/LinuxDeploy.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -147,12 +147,6 @@ foreach(_lib IN LISTS LIBS)
endif()
endforeach()

# Ensure lmms.png is in the root of AppDir or the else:
# 1. "linuxdeploy" invokes "appimagetool" which reads "Icon=lmms" from "lmms.desktop"
# 2. "appimagetool" deploys ".DirIcon" symlinking to "lmms.svg" symlinking to ".../scalable/apps/lmms.svg"
# 3. las -- for reasons unknown -- causes erradic thumbnail behavior
file(COPY "${APP}/usr/share/icons/hicolor/64x64/apps/${lmms}.png" DESTINATION "${APP}/")

# Call linuxdeploy
message(STATUS "Calling ${LINUXDEPLOY_BIN} --appdir \"${APP}\" ... [... libraries].")
execute_process(COMMAND "${LINUXDEPLOY_BIN}"
Expand Down

0 comments on commit 0918a5f

Please sign in to comment.