diff --git a/fragments/labels/macfuse.sh b/fragments/labels/macfuse.sh index 33594a4fe..4e092f423 100644 --- a/fragments/labels/macfuse.sh +++ b/fragments/labels/macfuse.sh @@ -4,5 +4,6 @@ macfuse) pkgName="Install macFUSE.pkg" downloadURL=$(downloadURLFromGit osxfuse osxfuse) appNewVersion=$(versionFromGit osxfuse osxfuse) + appCustomVersion(){ if [ -f "/Library/Filesystems/macfuse.fs/Contents/Info.plist" ]; then defaults read /Library/Filesystems/macfuse.fs/Contents/Info.plist CFBundleShortVersionString; fi} expectedTeamID="3T5GSNBU6W" ;;