summaryrefslogtreecommitdiff
path: root/res/urlopen.bat
AgeCommit message (Collapse)Author
2021-04-26Windows: urlopen.bat runs without a windowJaakko Keränen
SDL 2.0.14 has a function for opening URLs, but with earlier versions one must use the urlopen.bat helper script.
2020-09-18Windows: Use a batch file to open URLs in browserJaakko Keränen
Opening via urlopen.bat works under MSYS bash as well. The .bat file is also a place where the user can customize which browser to open.