mirror of
https://github.com/RGBCube/serenity
synced 2025-07-28 09:37:44 +00:00
Ladybird: Fix capitalization in AppKit menu bar
This commit is contained in:
parent
32909d02b3
commit
01feae24b2
3 changed files with 5 additions and 4 deletions
|
@ -218,6 +218,7 @@ add_dependencies(ladybird SQLServer WebContent WebDriver WebSocketServer Request
|
|||
|
||||
function(create_ladybird_bundle target_name)
|
||||
set_target_properties(${target_name} PROPERTIES
|
||||
OUTPUT_NAME "Ladybird"
|
||||
MACOSX_BUNDLE_GUI_IDENTIFIER org.SerenityOS.Ladybird
|
||||
MACOSX_BUNDLE_BUNDLE_VERSION ${PROJECT_VERSION}
|
||||
MACOSX_BUNDLE_SHORT_VERSION_STRING ${PROJECT_VERSION_MAJOR}.${PROJECT_VERSION_MINOR}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue