File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -63,8 +63,7 @@ build_flavor()
6363 pkgbuild --analyze --root $TMPDIR ${PKG_DIR} /${PRODUCT_NAME} _${flavor} .plist
6464 plutil -replace BundleIsRelocatable -bool NO ${PKG_DIR} /${PRODUCT_NAME} _${flavor} .plist
6565 plutil -replace BundleIsVersionChecked -bool NO ${PKG_DIR} /${PRODUCT_NAME} _${flavor} .plist
66- pkgbuild --root $TMPDIR --identifier $ident --version $VERSION --install-location $loc --min-os-version $min_os --compression latest --component-plist ${PKG_DIR} /${PRODUCT_NAME} _${flavor} .plist ${PKG_DIR} /${PRODUCT_NAME} _${flavor} .pkg
67-
66+ pkgbuild --root " $TMPDIR " --identifier " $ident " --version " $VERSION " --install-location " $loc " --min-os-version " $min_os " --compression latest --component-plist " ${PKG_DIR} /${PRODUCT_NAME} _${flavor} .plist" " ${PKG_DIR} /${PRODUCT_NAME} _${flavor} .pkg"
6867 rm -r $TMPDIR
6968}
7069
You can’t perform that action at this time.
0 commit comments