diff options
| author | Rémi Verschelde | 2017-08-19 16:45:03 +0200 |
|---|---|---|
| committer | Rémi Verschelde | 2017-08-19 16:48:11 +0200 |
| commit | 70b0857f6c099339214d0ec2667990e9b7c3c5ea (patch) | |
| tree | 62a5e5ef873d6eaf53667bd652dccbcace5cfe03 /platform/uwp/export/export.cpp | |
| parent | 27fc96f3c8528f0f9cc6e42d8e64934ba1b48d6d (diff) | |
| download | godot-70b0857f6c099339214d0ec2667990e9b7c3c5ea.tar.gz godot-70b0857f6c099339214d0ec2667990e9b7c3c5ea.tar.zst godot-70b0857f6c099339214d0ec2667990e9b7c3c5ea.zip | |
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 39717196a..68307c4e9 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"); } |
