ScmRevGen: Generate Info.plist for DolphinQt

This commit is contained in:
OatmealDome
2023-12-10 14:16:33 -05:00
parent 1cb6ce6057
commit 3ad1037d7f
3 changed files with 14 additions and 3 deletions

View File

@ -54,3 +54,7 @@ function(configure_source_file path)
endfunction()
configure_source_file("Source/Core/Common/scmrev.h")
if(APPLE)
configure_source_file("Source/Core/DolphinQt/Info.plist")
endif()