Merge pull request #2784 from masoudbh3/resigning-android-template
Skip META-INF from Android Template
This commit is contained in:
commit
4fdb4452b8
@ -1124,6 +1124,10 @@ Error EditorExportPlatformAndroid::export_project(const String& p_path, bool p_d
|
|||||||
skip=true;
|
skip=true;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
if (file.begins_with("META-INF") && _signed) {
|
||||||
|
skip=true;
|
||||||
|
}
|
||||||
|
|
||||||
print_line("ADDING: "+file);
|
print_line("ADDING: "+file);
|
||||||
|
|
||||||
if (!skip) {
|
if (!skip) {
|
||||||
|
Loading…
Reference in New Issue
Block a user