diff options
author | Jaakko Keränen <jaakko.keranen@iki.fi> | 2021-04-26 11:53:15 +0300 |
---|---|---|
committer | Jaakko Keränen <jaakko.keranen@iki.fi> | 2021-04-26 11:53:15 +0300 |
commit | 27b5ebef7e50bca528b08a9fdad0b9c15dd5a05c (patch) | |
tree | 66231d5d41402c6b4ca55ca183eb1c16e5d508d3 | |
parent | c449ece3c9fae9b63e6e5dcc1bac10358b768821 (diff) |
Windows: urlopen.bat runs without a window
SDL 2.0.14 has a function for opening URLs, but with earlier versions
one must use the urlopen.bat helper script.
-rw-r--r-- | res/urlopen.bat | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/res/urlopen.bat b/res/urlopen.bat index 82935824..88674c25 100644 --- a/res/urlopen.bat +++ b/res/urlopen.bat | |||
@@ -1,2 +1,2 @@ | |||
1 | @echo off | 1 | @echo off |
2 | start %1 | 2 | start /b %1 |