PkgInstaller // Fix a wrong parameter in postflight script.
This commit is contained in:
parent
1111a249ec
commit
fcb839bb33
|
@ -19,4 +19,4 @@ OS_Version=$(sw_vers -productVersion)
|
|||
##### fi
|
||||
|
||||
# Finally, register the input method:
|
||||
/Users/"${login_user}"/Library/Input\ Methods/"${TARGET}".app/Contents/MacOS/"${TARGET}" install --all || true
|
||||
/Users/"${login_user}"/Library/Input\ Methods/"${TARGET}".app/Contents/MacOS/"${TARGET}" install || true
|
||||
|
|
Loading…
Reference in New Issue