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/android/export/export.cpp | |
parent | a9ddc8f7cfa8c2e0a685a9bba3dcd8bc8feae3ab (diff) | |
parent | f89d78a7a474612ec715e5c5da150f97dd716057 (diff) | |
download | redot-engine-a68d15d509721587c1a38a34a861a0f7ce754eb2.tar.gz |
Merge pull request #14597 from NathanWarden/linux_extensions
Updated Linux template extensions to match architecture.
Diffstat (limited to 'platform/android/export/export.cpp')
-rw-r--r-- | platform/android/export/export.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/platform/android/export/export.cpp b/platform/android/export/export.cpp index 255413bf2c..6ca687d057 100644 --- a/platform/android/export/export.cpp +++ b/platform/android/export/export.cpp @@ -1305,7 +1305,7 @@ public: return valid; } - virtual String get_binary_extension() const { + virtual String get_binary_extension(const Ref<EditorExportPreset> &p_preset) const { return "apk"; } |