summaryrefslogtreecommitdiff
path: root/platform/android/export
diff options
context:
space:
mode:
authorDana Olson <dana@shineuponthee.com>2014-11-01 05:20:19 -0400
committerDana Olson <dana@shineuponthee.com>2014-11-01 05:20:19 -0400
commit49edff9536fbf5d673f79b0cef09fea03d93f770 (patch)
tree8fa8cd73d52b7599bebd62401b476cd875548040 /platform/android/export
parentcf04e1a827cadb597d8cbed534a4cc04a0ada4fc (diff)
fixes for release apk export
Diffstat (limited to 'platform/android/export')
-rw-r--r--platform/android/export/export.cpp3
1 files changed, 2 insertions, 1 deletions
diff --git a/platform/android/export/export.cpp b/platform/android/export/export.cpp
index aef223470a..8f3bb0f994 100644
--- a/platform/android/export/export.cpp
+++ b/platform/android/export/export.cpp
@@ -392,8 +392,9 @@ void EditorExportPlatformAndroid::_get_property_list( List<PropertyInfo> *p_list
p_list->push_back( PropertyInfo( Variant::BOOL, "screen/support_normal") );
p_list->push_back( PropertyInfo( Variant::BOOL, "screen/support_large") );
p_list->push_back( PropertyInfo( Variant::BOOL, "screen/support_xlarge") );
- p_list->push_back( PropertyInfo( Variant::STRING, "keystore/release",PROPERTY_HINT_FILE,"keystore") );
+ p_list->push_back( PropertyInfo( Variant::STRING, "keystore/release",PROPERTY_HINT_GLOBAL_FILE,"keystore") );
p_list->push_back( PropertyInfo( Variant::STRING, "keystore/release_user" ) );
+ p_list->push_back( PropertyInfo( Variant::STRING, "keystore/release_password" ) );
p_list->push_back( PropertyInfo( Variant::BOOL, "apk_expansion/enable" ) );
p_list->push_back( PropertyInfo( Variant::STRING, "apk_expansion/SALT" ) );
p_list->push_back( PropertyInfo( Variant::STRING, "apk_expansion/public_key",PROPERTY_HINT_MULTILINE_TEXT ) );