Skip to content

Commit

Permalink
Désactivation des .desktop j'ai la flemme de corriger et ça sert pas …
Browse files Browse the repository at this point in the history
…à grand chose
  • Loading branch information
Tsht committed Oct 14, 2024
1 parent 8fb070d commit ea952a4
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -767,12 +767,12 @@ set(CPACK_INSTALL_CMAKE_PROJECTS
"${PROJECT_BINARY_DIR}/SeriousProton;SeriousProton;runtime;${sp_runtime_root}"
)

include(CPack)
# include(CPack)

configure_file(io.github.daid.EmptyEpsilon.metainfo.xml.in io.github.daid.EmptyEpsilon.metainfo.xml)
# configure_file(io.github.daid.EmptyEpsilon.metainfo.xml.in io.github.daid.EmptyEpsilon.metainfo.xml)

if(UNIX AND NOT APPLE AND NOT STEAMSDK)
install(FILES io.github.daid.EmptyEpsilon.desktop DESTINATION "share/applications")
install(FILES logo512.png DESTINATION "share/icons/hicolor/512x512/apps" RENAME "io.github.daid.EmptyEpsilon.png")
install(FILES io.github.daid.EmptyEpsilon.metainfo.xml DESTINATION "share/metainfo")
endif()
# if(UNIX AND NOT APPLE AND NOT STEAMSDK)
# install(FILES io.github.daid.EmptyEpsilon.desktop DESTINATION "share/applications")
# install(FILES logo512.png DESTINATION "share/icons/hicolor/512x512/apps" RENAME "io.github.daid.EmptyEpsilon.png")
# install(FILES io.github.daid.EmptyEpsilon.metainfo.xml DESTINATION "share/metainfo")
# endif()

0 comments on commit ea952a4

Please sign in to comment.