mirror of
https://github.com/munki/munki.git
synced 2026-01-06 06:29:56 -06:00
Fix one missed instance of old Managed Software Update name
This commit is contained in:
@@ -356,7 +356,7 @@ ln -s "../Managed Software Center.app" "$APPROOT/Applications/Utilities/Managed
|
||||
# Create package info file.
|
||||
APPSIZE=`du -sk $APPROOT | cut -f1`
|
||||
NFILES=$(echo `find $APPROOT/ | wc -l`)
|
||||
MSUVERSION=`defaults read "$MUNKIROOT/code/Managed Software Center/build/Release/Managed Software Update.app/Contents/Info" CFBundleShortVersionString`
|
||||
MSUVERSION=`defaults read "$MUNKIROOT/code/Managed Software Center/build/Release/Managed Software Center.app/Contents/Info" CFBundleShortVersionString`
|
||||
makeinfo app "$PKGTMP/info" "$PKGID" "$MSUVERSION" $APPSIZE $NFILES norestart
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user