mirror of
https://github.com/mtan93/Installomator.git
synced 2026-03-26 21:03:57 +00:00
Add appName and archiveName for 1password8
This commit is contained in:
@@ -1304,10 +1304,13 @@ valuesfromarguments)
|
|||||||
;;
|
;;
|
||||||
1password8)
|
1password8)
|
||||||
name="1Password 8"
|
name="1Password 8"
|
||||||
|
appName="1Password.app"
|
||||||
type="zip"
|
type="zip"
|
||||||
if [[ $(arch) == "arm64" ]]; then
|
if [[ $(arch) == "arm64" ]]; then
|
||||||
|
archiveName="1Password-latest-aarch64.zip"
|
||||||
downloadURL="https://downloads.1password.com/mac/1Password-latest-aarch64.zip"
|
downloadURL="https://downloads.1password.com/mac/1Password-latest-aarch64.zip"
|
||||||
elif [[ $(arch) == "i386" ]]; then
|
elif [[ $(arch) == "i386" ]]; then
|
||||||
|
archiveName="1Password-latest-x86_64.zip"
|
||||||
downloadURL="https://downloads.1password.com/mac/1Password-latest-x86_64.zip"
|
downloadURL="https://downloads.1password.com/mac/1Password-latest-x86_64.zip"
|
||||||
fi
|
fi
|
||||||
expectedTeamID="2BUA8C4S2C"
|
expectedTeamID="2BUA8C4S2C"
|
||||||
|
|||||||
15
fragments/labels/1password8.sh
Normal file
15
fragments/labels/1password8.sh
Normal file
@@ -0,0 +1,15 @@
|
|||||||
|
1password8)
|
||||||
|
name="1Password 8"
|
||||||
|
appName="1Password.app"
|
||||||
|
type="zip"
|
||||||
|
if [[ $(arch) == "arm64" ]]; then
|
||||||
|
archiveName="1Password-latest-aarch64.zip"
|
||||||
|
downloadURL="https://downloads.1password.com/mac/1Password-latest-aarch64.zip"
|
||||||
|
elif [[ $(arch) == "i386" ]]; then
|
||||||
|
archiveName="1Password-latest-x86_64.zip"
|
||||||
|
downloadURL="https://downloads.1password.com/mac/1Password-latest-x86_64.zip"
|
||||||
|
fi
|
||||||
|
expectedTeamID="2BUA8C4S2C"
|
||||||
|
blockingProcesses=( "1Password Extension Helper" "1Password 7" "1Password" "1Password (Safari)" "1PasswordNativeMessageHost" "1PasswordSafariAppExtension" )
|
||||||
|
#forcefulQuit=YES
|
||||||
|
;;
|
||||||
Reference in New Issue
Block a user