From a0b40aaf223eaf4d855d83e5054078b9e4de06bf Mon Sep 17 00:00:00 2001 From: Ivan Epifanov Date: Wed, 28 Apr 2021 15:54:56 +0300 Subject: [PATCH] Package data file in vpk --- CMakeLists.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/CMakeLists.txt b/CMakeLists.txt index b09867bb9..6ae89a8aa 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -782,6 +782,7 @@ if(VITA) FILE Packaging/vita/sce_sys/livearea/contents/logo0.png sce_sys/livearea/contents/logo0.png FILE Packaging/vita/sce_sys/livearea/contents/template.xml sce_sys/livearea/contents/template.xml FILE Packaging/resources/CharisSILB.ttf CharisSILB.ttf + FILE Packaging/resources/devilutionx.mpq devilutionx.mpq ) endif()