From 9adc49b16419a6b1b2d0af44a8ff0c40a8913fd2 Mon Sep 17 00:00:00 2001 From: Michael Fabian 'Xaymar' Dirks Date: Sat, 3 Sep 2022 20:06:33 +0200 Subject: [PATCH] templates: Move MacOS-only files into dedicated folder --- CMakeLists.txt | 3 +-- templates/{ => macos}/installer.pkgproj.in | 0 2 files changed, 1 insertion(+), 2 deletions(-) rename templates/{ => macos}/installer.pkgproj.in (100%) diff --git a/CMakeLists.txt b/CMakeLists.txt index ae8e93eb..6877e8ca 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -2352,9 +2352,8 @@ if(STANDALONE) if(D_PLATFORM_MAC) # .pkg Installer configure_file( - "templates/installer.pkgproj.in" + "templates/macos/installer.pkgproj.in" "installer.pkgproj" - @ONLY ) endif() endif() diff --git a/templates/installer.pkgproj.in b/templates/macos/installer.pkgproj.in similarity index 100% rename from templates/installer.pkgproj.in rename to templates/macos/installer.pkgproj.in