• Joined on 2025-07-20
michael commented on issue Installomator/Installomator#377 2026-01-19 18:33:50 +00:00
No appNewVersion for Thunderbird, causes continued update prompt

@acodega commented on GitHub:

Would you like to open a PR? We have a guide at https://github.com/Installomator/Installomator/wiki/GitHub-howto-create-PRs

michael commented on issue Installomator/Installomator#377 2026-01-19 18:33:50 +00:00
No appNewVersion for Thunderbird, causes continued update prompt

@rs1278 commented on GitHub:

yes, but I believe i need write access to the installomator repo

michael commented on issue Installomator/Installomator#377 2026-01-19 18:33:50 +00:00
No appNewVersion for Thunderbird, causes continued update prompt

@duderin0 commented on GitHub:

Since its been 2 weeks, I've submitted my own (#1128 ) and have used XPath instead of the curl options, since I couldn't get the above to work.

michael commented on issue Installomator/Installomator#378 2026-01-19 18:33:50 +00:00
Add loading bar

@scriptingosx commented on GitHub:

you can add a loading with Swift Dialog. example scripts are here https://github.com/Installomator/Installomator/blob/main/MDM/swiftdialog_example.sh and here…

michael commented on issue Installomator/Installomator#379 2026-01-19 18:33:50 +00:00
BoxDrive Download URL

@KUSU2 commented on GitHub:

Fixed with https://github.com/Installomator/Installomator/pull/1097

michael opened issue Installomator/Installomator#380 2026-01-19 18:33:50 +00:00
pgadmin4 Install Issue
michael opened issue Installomator/Installomator#381 2026-01-19 18:33:50 +00:00
Tunnelblick is in a circle
michael opened issue Installomator/Installomator#382 2026-01-19 18:33:50 +00:00
Audacity : Version issue
michael closed issue Installomator/Installomator#380 2026-01-19 18:33:50 +00:00
pgadmin4 Install Issue
michael closed issue Installomator/Installomator#381 2026-01-19 18:33:50 +00:00
Tunnelblick is in a circle
michael commented on issue Installomator/Installomator#380 2026-01-19 18:33:50 +00:00
pgadmin4 Install Issue

@duderin0 commented on GitHub:

They only added a suffix of "-x86_64" to the name of the download file, so an easy change. Submitted #1084 for this, since both this version (7.3) and last (7.2)…

michael commented on issue Installomator/Installomator#381 2026-01-19 18:33:50 +00:00
Tunnelblick is in a circle

@acodega commented on GitHub:

The proper fix would be to change the downloadURL so not use downloadURLFromGit, since that will get the "latest" and not the pre-release. Tunnelblick is unusual in…

michael commented on issue Installomator/Installomator#381 2026-01-19 18:33:50 +00:00
Tunnelblick is in a circle

@duderin0 commented on GitHub:

The label is set to download only what is released under the Latest tag, but the appNewVersion only…

michael commented on issue Installomator/Installomator#380 2026-01-19 18:33:50 +00:00
pgadmin4 Install Issue

@scriptingosx commented on GitHub:

can confirm, though the latest version of the script provides a more helpful 404 error. The download URL must have changed

michael commented on issue Installomator/Installomator#381 2026-01-19 18:33:50 +00:00
Tunnelblick is in a circle

@duderin0 commented on GitHub:

Yeah that was what I was thinking, and had done for another label (bitwarden #1067). I spent some time trying to figure out a way to consistently get the beta, but…

michael commented on issue Installomator/Installomator#381 2026-01-19 18:33:50 +00:00
Tunnelblick is in a circle

@bbrendon commented on GitHub:

It used to download 4.0beta consistently. And according to some docs in Tunnelblick it is recommended for compatibility.( I know it’s strange. ). If it’s…

michael commented on issue Installomator/Installomator#381 2026-01-19 18:33:50 +00:00
Tunnelblick is in a circle

@bbrendon commented on GitHub:

I think I have a fix. Could someone merge it if it satisfies the maintainers?

version_plus_build=$(curl -sf https://github.com/Tunnelblick/Tunnelblick/relea…
michael commented on issue Installomator/Installomator#382 2026-01-19 18:33:50 +00:00
Audacity : Version issue

@huexley commented on GitHub:

I've opened a case on their support forum… Well thanks anyway !

michael commented on issue Installomator/Installomator#382 2026-01-19 18:33:50 +00:00
Audacity : Version issue

@scriptingosx commented on GitHub:

Why should it not consider 3.3.2 and 3.3.2.0 the same?

michael commented on issue Installomator/Installomator#381 2026-01-19 18:33:50 +00:00
Tunnelblick is in a circle

@bbrendon commented on GitHub:

@scriptingosx can we use the fix I posted?