Export working (for linux at least)

This commit is contained in:
Juan Linietsky
2017-03-21 19:34:26 -03:00
parent b5a06cecff
commit c37fad650f
5 changed files with 100 additions and 17 deletions

View File

@ -152,7 +152,7 @@ private:
protected:
virtual void get_preset_features(const Ref<EditorExportPreset> &p_preset, List<String> *r_features) = 0;
String find_export_template(String template_file_name, String *err = NULL) const;
String find_export_template(String template_file_name) const;
public:
struct ExportOption {