mirror of
https://github.com/ONLYOFFICE/desktop-apps.git
synced 2026-04-07 14:09:22 +08:00
[macos] send extra args to app build
This commit is contained in:
@ -51,6 +51,7 @@ platform :mac do
|
||||
output_directory: build,
|
||||
codesigning_identity: ENV["CODESIGNING_IDENTITY"],
|
||||
export_method: 'developer-id',
|
||||
export_xcargs: 'URL_WEBAPPS_HELP="https://download.onlyoffice.com/install/desktop/editors/help/v#{version_number}-1/apps"',
|
||||
skip_package_pkg: true
|
||||
)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user