chtof / chocolatey-packages

Apache License 2.0
12 stars 36 forks source link

Add support for the Sublime Merge dev builds with `--pre` #48

Closed brian6932 closed 2 years ago

brian6932 commented 2 years ago

The Merge package doesn't have a --pre option, while ST4's package does, there is a dev branch for Merge

chtof commented 2 years ago

https://www.sublimemerge.com/dev : "Sublime Merge dev builds are currently available to everyone, but in the future will be available to licensed users only."

brian6932 commented 2 years ago

https://www.sublimetext.com/dev so are ST dev builds @chtof, however, that doesn't stop someone from incrementing the URL and just getting the newest dev bin. As I said before:

ST4's package does

It's not as if everyone who uses the choco package is an unlicensed user

brian6932 commented 2 years ago

@chtof You can acquire the latest dev build here: https://www.sublimemerge.com/updates/dev_update_check This is the same way that ST4 does it: https://github.com/jack1142/choco-auto/blob/main/automatic/sublimetext4/update.ps1 I don't mind mirroring the update.ps1 for ST and PRing it, if you don't mind.