From 7af5bd103f2d8dd351fcf7ba403a59415cb86876 Mon Sep 17 00:00:00 2001 From: Trihedraf Date: Tue, 9 Mar 2021 22:52:27 -0800 Subject: [PATCH] remove devilutionx.mpq from bin --- CMakeLists.txt | 3 --- 1 file changed, 3 deletions(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 9aee2f6c6..99223fd42 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -833,9 +833,6 @@ if(CPACK) set(desktop_file_hellfire "${CMAKE_BINARY_DIR}/${project_name}-hellfire.desktop") endif() - install(FILES "${PROJECT_SOURCE_DIR}/Packaging/resources/devilutionx.mpq" - DESTINATION "bin" - ) install(FILES "${desktop_file}" DESTINATION "share/applications" )