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