Skip to content

Commit

Permalink
Try to force PNG (again 2)
Browse files Browse the repository at this point in the history
  • Loading branch information
tresf committed Jan 30, 2025
1 parent 4cbeaa9 commit be117e3
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions cmake/linux/LinuxDeploy.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -121,6 +121,7 @@ set(ENV{DISABLE_COPYRIGHT_FILES_DEPLOYMENT} 1)
file(READ "${DESKTOP_FILE}" DESKTOP_FILE_CONTENTS)
string(REPLACE "Icon=${lmms}" "Icon=${lmms}.png" DESKTOP_FILE_CONTENTS "${DESKTOP_FILE_CONTENTS}")
file(WRITE "${DESKTOP_FILE}" "${DESKTOP_FILE_CONTENTS}")
file(COPY "${APP}/usr/icons/128x128@2/apps/${lmms}.png" DESTINATION "${APP}/")

file(APPEND "${DESKTOP_FILE}" "X-AppImage-Version=${CPACK_PROJECT_VERSION}\n")

Expand Down

0 comments on commit be117e3

Please sign in to comment.