fix zip export
This commit is contained in:
parent
709de124c1
commit
450926693f
2 changed files with 4 additions and 2 deletions
|
|
@ -1407,7 +1407,7 @@ ProjectExportDialog::ProjectExportDialog(EditorNode *p_editor) {
|
|||
add_child(confirm);
|
||||
confirm->connect("confirmed",this,"_confirmed");
|
||||
|
||||
get_ok()->set_text("Export PCK");
|
||||
get_ok()->set_text("Export PCK/Zip");
|
||||
|
||||
|
||||
expopt="--,Export,Bundle";
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue