Skip to content

Commit

Permalink
Fix install, apprun-hooks
Browse files Browse the repository at this point in the history
  • Loading branch information
tresf committed Feb 5, 2025
1 parent 7674640 commit f40fe16
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
2 changes: 0 additions & 2 deletions cmake/linux/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,6 @@ if(WANT_CPACK_TARBALL)
return()
endif()

install(FILES launch_lmms.sh DESTINATION bin)

# Standard CPack options
set(CPACK_GENERATOR "External" PARENT_SCOPE)
set(CPACK_EXTERNAL_ENABLE_STAGING true PARENT_SCOPE)
Expand Down
2 changes: 1 addition & 1 deletion cmake/linux/LinuxDeploy.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -121,7 +121,7 @@ set(ENV{DISABLE_COPYRIGHT_FILES_DEPLOYMENT} 1)
file(APPEND "${DESKTOP_FILE}" "X-AppImage-Version=${CPACK_PROJECT_VERSION}\n")

# Custom scripts to run just before lmms is executed
file(COPY "{CPACK_SOURCE_DIR}/cmake/linux/apprun-hooks" DESTINATION "${APP}/apprun-hooks/")
file(COPY "{CPACK_SOURCE_DIR}/cmake/linux/apprun-hooks" DESTINATION "${APP}")

# Prefer a hard-copy of .DirIcon over appimagetool's symlinking
# 256x256 default for Cinnamon Desktop https://forums.linuxmint.com/viewtopic.php?p=2585952
Expand Down

0 comments on commit f40fe16

Please sign in to comment.