mirror of
https://github.com/mkxp-z/mkxp-z.git
synced 2025-09-10 12:02:53 +02:00
Always codesign app to run locally in Meson
This commit is contained in:
parent
bed287376c
commit
6e0ba12ae7
1 changed files with 1 additions and 1 deletions
|
@ -24,5 +24,5 @@ option('steam_appid', type: 'string', value: '', description: 'Steam AppID. Set
|
|||
|
||||
option('gfx_backend', type: 'combo', value: 'gl', choices: ['gl', 'gles'], description: 'Graphics rendering API to use.')
|
||||
|
||||
option('codesign', type: 'boolean', value: false, description: 'Whether to codesign the Mac app bundle upon creation. If codesign_identity is not set, signs for local use.')
|
||||
option('codesign', type: 'boolean', value: true, description: 'Whether to codesign the Mac app bundle upon creation. If codesign_identity is not set, signs for local use.')
|
||||
option('codesign_identity', type: 'string', value: '', description: 'A valid Apple Developer ID for signing Mac apps.')
|
Loading…
Add table
Reference in a new issue