Native: don't pack Xcode license into non-macOS bundles
This commit is contained in:
committed by
Space
parent
0a6c4c985c
commit
71deeab57c
@@ -555,6 +555,9 @@ task bundlePrebuilt(type: (isWindows()) ? Zip : Tar) {
|
||||
}
|
||||
from(project.projectDir) {
|
||||
include 'licenses/**'
|
||||
if (!isMac()) {
|
||||
exclude '**/xcode_license.pdf'
|
||||
}
|
||||
into archiveBaseName
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user