Changes between Initial Version and Version 1 of Ticket #62255, comment 4
- Timestamp:
- Feb 11, 2021, 12:53:02 PM (4 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #62255, comment 4
initial v1 1 1 It looks like I might be able to disable the auto-updating feature ... but that will probably invalidate any signing of the application bundle... 2 3 EDIT: found another possible solution to look into: https://www.jamf.com/jamf-nation/discussions/27732/disable-autoupdate-vlc-media-player-in-mac 4 5 The thing is that this will disable auto-updating in every VLC copy you might have. So maybe I'd do the `defaults write` in the `post-activate` and the equivalent `defaults delete` in the pre/post DEactivate?