From d45b2fd2da5183610aef250becd1d32dab46dcae Mon Sep 17 00:00:00 2001 From: Jaakko Keränen Date: Fri, 18 Sep 2020 10:34:49 +0300 Subject: Windows: Use a batch file to open URLs in browser 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. --- res/urlopen.bat | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 res/urlopen.bat (limited to 'res/urlopen.bat') diff --git a/res/urlopen.bat b/res/urlopen.bat new file mode 100644 index 00000000..82935824 --- /dev/null +++ b/res/urlopen.bat @@ -0,0 +1,2 @@ +@echo off +start %1 -- cgit v1.2.3