mirror of
https://github.com/mtan93/Installomator.git
synced 2026-03-08 05:31:53 +00:00
mocha-software and buildLabel.sh
Improved buildLabel.sh to handle another set of headers when trying to download, and that can handle the mocha-software. But mocha-software has been disabled, as Installomator does not offer the headers when that is trying to download.
This commit is contained in:
@@ -99,10 +99,17 @@ dmgInvestigation() {
|
||||
|
||||
if [[ $appPath != "" ]]; then
|
||||
echo "App found: $appPath"
|
||||
if [[ $archiveExt = "dmgInZip" ]]; then
|
||||
archiveExt="appInDmgInZip"
|
||||
fi
|
||||
appInvestigation
|
||||
elif [[ $pkgPath != "" ]]; then
|
||||
echo "PKG found: $pkgPath"
|
||||
archiveExt="pkgInDmg"
|
||||
if [[ $archiveExt = "dmgInZip" ]]; then
|
||||
archiveExt="pkgInDmgInZip not supported, yet!"
|
||||
else
|
||||
archiveExt="pkgInDmg"
|
||||
fi
|
||||
pkgInvestigation
|
||||
else
|
||||
echo "Nothing found on DMG."
|
||||
|
||||
Reference in New Issue
Block a user