diff options
| author | Rémi Verschelde <rverschelde@gmail.com> | 2017-12-16 13:05:18 +0100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2017-12-16 13:05:18 +0100 |
| commit | a68d15d509721587c1a38a34a861a0f7ce754eb2 (patch) | |
| tree | d5d819b37c444e7533c887f066c2f74478fd3c45 /platform/uwp/export | |
| parent | a9ddc8f7cfa8c2e0a685a9bba3dcd8bc8feae3ab (diff) | |
| parent | f89d78a7a474612ec715e5c5da150f97dd716057 (diff) | |
Merge pull request #14597 from NathanWarden/linux_extensions
Updated Linux template extensions to match architecture.
Diffstat (limited to 'platform/uwp/export')
| -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 7f86b4ae53..45ca097de5 100644 --- a/platform/uwp/export/export.cpp +++ b/platform/uwp/export/export.cpp @@ -1013,7 +1013,7 @@ public: return "UWP"; } - virtual String get_binary_extension() const { + virtual String get_binary_extension(const Ref<EditorExportPreset> &p_preset) const { return "appx"; } |