@Theile commented on GitHub:
It was a fun challenge!
@Theile commented on GitHub:
We can easily change the label blocking line to this:
blockingProcesses=( "Adobe Reader" )
But I need somebody to confirm that is the needed change.
@fleish commented on GitHub:
I'm afraid that change won't work as it keeps the script from detecting the app is currently running. I think the process that needs to be detected is AdobeReader…
@fleish commented on GitHub:
Chiming in to specifically point out this breaks Installomator's attempts to download Signal:
`+./Installomator.sh:3097> downloadURL=$'https://updates.signal.org/de…
@Theile commented on GitHub:
If a universal version exist, then we will go with that, instead of specifying different versions.
Fixed it here: [https://github.com/Installomator/Installomator/pu…
@Theile commented on GitHub:
I have found the downloadURL:
curl -fs https://support.logi.com/api/v2/help_center/en-us/articles.json
@Turb0n00by commented on GitHub:
Hi and thank you for you replies..
I did some more digging on my end, and found that it is the M1 Pro device has found a way to pull down and install v108.1.x…
@acodega commented on GitHub:
I'm not seeing version 108 either. Are there release notes or etc available?
@Theile commented on GitHub:
I don't see version 108 anywhere, and not from release:
curl -fsL https://desktop.figma.com/mac/RELEASE.json
{ "url": "https://desktop.figma.com/mac/Figma-107.1…
@Theile commented on GitHub:
It could be possible that it was listed in the RELEASE.json for some time and then pulled again. We have no way of knowing that. We only know that each developer…
@Theile commented on GitHub:
Take a look at the latest dev branch for any desk, I think we have solved this already.