Skip to content
Snippets Groups Projects
Commit 2b36a682 authored by Dmitry Puzyrkov's avatar Dmitry Puzyrkov
Browse files

...

parent 61919cca
No related branches found
No related tags found
No related merge requests found
......@@ -142,7 +142,7 @@ PACK_LINUX()
numberOfFiles=$(find ${PAYLOAD_BUILD} | wc -l)
installKBytes=$(du -k -s ${PAYLOAD_BUILD} | cut -d"$(echo -e '\t')" -f1)
sed -i "s/numberOfFiles=\".*\"/numberOfFiles=\"$numberOfFiles\" installKBytes=\"$installKBytes\"/" ${OSX_PKG_DIR}/PackageInfo
sed -i "s/version=\".*\"/version=\"${VERSION_MAJOR}.${VERSION_MINOR}.${VERSION_PATCH}\"/" ${OSX_PKG_DIR}/PackageInfo
sed -i "s/ version=\".*\"/ version=\"${VERSION_MAJOR}.${VERSION_MINOR}.${VERSION_PATCH}\"/" ${OSX_PKG_DIR}/PackageInfo
cat ${OSX_PKG_DIR}/PackageInfo
(cd $OSX_PKG_DIR && xar --compression none -cf ../../${PACKAGE_NAME} *)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment