mirror of
https://github.com/mtan93/Installomator.git
synced 2026-03-08 05:31:53 +00:00
Merge pull request #563 from FletcherS7/update-google-drive-label
Update Google Drive Label
This commit is contained in:
@@ -3,8 +3,13 @@ googledrivefilestream)
|
|||||||
# credit: Isaac Ordonez, Mann consulting (@mannconsulting)
|
# credit: Isaac Ordonez, Mann consulting (@mannconsulting)
|
||||||
name="Google Drive File Stream"
|
name="Google Drive File Stream"
|
||||||
type="pkgInDmg"
|
type="pkgInDmg"
|
||||||
packageID="com.google.drivefs"
|
if [[ $(arch) == "arm64" ]]; then
|
||||||
|
packageID="com.google.drivefs.arm64"
|
||||||
|
elif [[ $(arch) == "i386" ]]; then
|
||||||
|
packageID="com.google.drivefs.x86_64"
|
||||||
|
fi
|
||||||
downloadURL="https://dl.google.com/drive-file-stream/GoogleDriveFileStream.dmg" # downloadURL="https://dl.google.com/drive-file-stream/GoogleDrive.dmg"
|
downloadURL="https://dl.google.com/drive-file-stream/GoogleDriveFileStream.dmg" # downloadURL="https://dl.google.com/drive-file-stream/GoogleDrive.dmg"
|
||||||
blockingProcesses=( "Google Docs" "Google Drive" "Google Sheets" "Google Slides" )
|
blockingProcesses=( "Google Docs" "Google Drive" "Google Sheets" "Google Slides" )
|
||||||
|
appName="Google Drive.app"
|
||||||
expectedTeamID="EQHXZ8M8AV"
|
expectedTeamID="EQHXZ8M8AV"
|
||||||
;;
|
;;
|
||||||
|
|||||||
Reference in New Issue
Block a user