Skip to content

Commit

Permalink
Merge pull request #415 from zebrunner/develop
Browse files Browse the repository at this point in the history
#401: removed useless operation
vdelendik authored Apr 26, 2022

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
2 parents d8cc481 + 369e589 commit d37c6d5
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion lib/units/storage/plugins/apk/task/manifest.js
Original file line number Diff line number Diff line change
@@ -27,7 +27,6 @@ const appleReaderPromise = (filepath) => {
`unzip ${filepath} "*Info.plist" -d ${tmpDirPath}`,
`cp \`find ${tmpDirPath} -mindepth 1 -maxdepth 3 -name "Info.plist"\` ${tmpDirPath}`,
`if [[ "$(head -1 ${tmpDirPath}/Info.plist)" =~ \<\?xml ]]; then cp ${tmpDirPath}/Info.plist ${filepath}.xml; else plistutil -i ${tmpDirPath}/Info.plist -o ${filepath}.xml; fi`,
`plistutil -i ${tmpDirPath}/Info.plist -o ${filepath}.xml`,
`rm -rf ${tmpDirPath}`
];

0 comments on commit d37c6d5

Please sign in to comment.