diff options
author | Juan Linietsky <reduzio@gmail.com> | 2017-08-19 17:47:27 -0300 |
---|---|---|
committer | GitHub <noreply@github.com> | 2017-08-19 17:47:27 -0300 |
commit | b9dcebb37cf15f7f0c062740ad4a755d32f88ed5 (patch) | |
tree | 86b1a935105abb50ff87aaf5c17f422a745c248c /platform/uwp/export/export.cpp | |
parent | 588ffbc08aaf7d1fa30163f46702d56e032de04a (diff) | |
download | redot-engine-b9dcebb37cf15f7f0c062740ad4a755d32f88ed5.tar.gz |
Revert "Second take at making command-line arguments more UNIX-like + main.cpp and help cleanup"
Diffstat (limited to 'platform/uwp/export/export.cpp')
-rw-r--r-- | platform/uwp/export/export.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/platform/uwp/export/export.cpp b/platform/uwp/export/export.cpp index 68307c4e90..39717196aa 100644 --- a/platform/uwp/export/export.cpp +++ b/platform/uwp/export/export.cpp @@ -1330,7 +1330,7 @@ public: } if (!(p_flags & DEBUG_FLAG_DUMB_CLIENT)) { - cl.push_back("--path"); + cl.push_back("-path"); cl.push_back("game"); } |