summaryrefslogtreecommitdiffstats
path: root/platform/android/export/export.cpp
diff options
context:
space:
mode:
authorRémi Verschelde <rverschelde@gmail.com>2017-12-16 13:05:18 +0100
committerGitHub <noreply@github.com>2017-12-16 13:05:18 +0100
commita68d15d509721587c1a38a34a861a0f7ce754eb2 (patch)
treed5d819b37c444e7533c887f066c2f74478fd3c45 /platform/android/export/export.cpp
parenta9ddc8f7cfa8c2e0a685a9bba3dcd8bc8feae3ab (diff)
parentf89d78a7a474612ec715e5c5da150f97dd716057 (diff)
downloadredot-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.cpp2
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";
}