From e92e7d0b2e5c014c499a78cd61bce8d5fdb03ad0 Mon Sep 17 00:00:00 2001 From: John Ralls Date: Mon, 9 Jan 2023 14:32:52 -0800 Subject: [PATCH] Add the Info.plist created in 1a906b00a to the dist. --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index d783a871354..a9074bb31b1 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -851,7 +851,7 @@ set_local_dist(toplvl_DIST ${toplvl_DIST_local}) set(ALL_DIST ${bindings_DIST} ${borrowed_DIST} ${cmake_DIST} ${common_DIST} ${data_DIST} ${doc_DIST} ${gnucash_DIST} ${libgnucash_DIST} ${packaging_DIST} - ${po_DIST} ${test_templates_DIST} ${toplvl_DIST} ${util_DIST}) + ${po_DIST} ${test_templates_DIST} ${toplvl_DIST} ${util_DIST} Info.plist) if (BUILDING_FROM_VCS)