mirror of
https://github.com/mtan93/Installomator.git
synced 2026-04-05 14:23:07 +01:00
changed zip de-compression from unzip to ditto
This commit is contained in:
@@ -413,7 +413,12 @@ installFromZIP() {
|
|||||||
# note: when you expand a zip using tar in Mojave the expanded
|
# note: when you expand a zip using tar in Mojave the expanded
|
||||||
# app will never pass the spctl check
|
# app will never pass the spctl check
|
||||||
|
|
||||||
unzip -o -qq "$archiveName"
|
# unzip -o -qq "$archiveName"
|
||||||
|
|
||||||
|
# note: githubdesktop fails spctl verification when expanded
|
||||||
|
# with unzip
|
||||||
|
|
||||||
|
ditto -x -k "$archiveName" "$tmpDir"
|
||||||
installAppWithPath "$tmpDir/$appName"
|
installAppWithPath "$tmpDir/$appName"
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user