mirror of
https://github.com/Xaymar/obs-StreamFX
synced 2024-11-11 06:15:05 +00:00
templates: Move MacOS-only files into dedicated folder
This commit is contained in:
parent
4382ad469f
commit
9adc49b164
2 changed files with 1 additions and 2 deletions
|
@ -2352,9 +2352,8 @@ if(STANDALONE)
|
||||||
if(D_PLATFORM_MAC)
|
if(D_PLATFORM_MAC)
|
||||||
# .pkg Installer
|
# .pkg Installer
|
||||||
configure_file(
|
configure_file(
|
||||||
"templates/installer.pkgproj.in"
|
"templates/macos/installer.pkgproj.in"
|
||||||
"installer.pkgproj"
|
"installer.pkgproj"
|
||||||
@ONLY
|
|
||||||
)
|
)
|
||||||
endif()
|
endif()
|
||||||
endif()
|
endif()
|
||||||
|
|
Loading…
Reference in a new issue