Hi folks
Has someone found a solution to disable the auto update check function in deepl.app?
I tried already with
preference domain: com.linguee.DeepLCopyTranslator
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
<plist version="1.0">
<dict>
<key>autoUpdateEnabled</key>
<false/>
</dict>
</plist>
and searched also for some other plists but had no luck to disable this function.
The problem is all releases which are published to the user via app directly do not correspond with the main releases which are published directly from the developer.
And our user without admin rights cant update it.
Privilege Access via jamf connect is not an option for this :)
I cant use also Installomator for it, because the URL is the one for the main releases.
THank you in advance
J