@acodega commented on GitHub:
A label needs an appNewVersion definition to support updating an app if it's out of date. [The Zoom label for example](https://github.com/Installomator/Installomato…
@adibue commented on GitHub:
Hi @oneguynick , we basically use the patch definitions from the Jamf Pro patch management framework to do this task. There is a great example from @scriptingosx on…
@oneguynick commented on GitHub:
Thank you for your response. That clears things up and I will spend some time trying to determine the best logic within Jamf.
@Theile commented on GitHub:
If users are not on the latest macOS version, they probably have greater security problems than the risk of getting an app they can't use.
That being said, it's a…
@scriptingosx commented on GitHub:
I like the idea to use the LSMinimumSystemSoftware when it is easily available. If you have an app in a zip or DMG, the value has to be available in the…
@asri-tm commented on GitHub:
i have since stopped using installomator for vs code deployment/patching, even with the blockingProcesses updated to Electron, I can never get the script to kill…
@Dragao75 commented on GitHub:
other solutions are possible.. (grep on universal perhaps)
@pythoninthegrass commented on GitHub:
Thanks so much @Theile! Really appreciate the swift resolution 🙏
@Theile commented on GitHub:
Installomator can now search for pkgName.
@apizz commented on GitHub:
Yeah we've been looking at this over in MacAdmins because the installer app now has the version number in the name and at the moment there's not any glob functionality…
@Theile commented on GitHub:
I have also found the version, so PR 359 has been updated again.
The problem is that Installomator does not handle regex in pkgName, so have to figure that out…
@pythoninthegrass commented on GitHub:
It's also an awkward compressed named version app installer that installs another generic app 😱
options_installer > LogiMgr Installer 9.50.122.app…
@pythoninthegrass commented on GitHub:
Got it. Thanks again for your help @Theile !
@pythoninthegrass commented on GitHub:
Something must have changed in their JSON with current releases. Now catching the smaller Logitech Options+ installer in the downloadURL.
**Current…
@Theile commented on GitHub:
It has been fixed in another PR, but the other team-members need to have a look at that first before we merge it.
You can find it here: [PR369](https://github.com/I…