You've already forked godot
mirror of
https://github.com/godotengine/godot.git
synced 2025-11-10 13:00:37 +00:00
Pass the correct export_format argument to locate the assets directory when exporting.
(cherry picked from commit 431ccdb057)
This commit is contained in:
@@ -104,7 +104,7 @@ class EditorExportPlatformAndroid : public EditorExportPlatform {
|
||||
|
||||
String get_package_name(const String &p_package) const;
|
||||
|
||||
String get_assets_directory(const Ref<EditorExportPreset> &p_preset) const;
|
||||
String get_assets_directory(const Ref<EditorExportPreset> &p_preset, int p_export_format) const;
|
||||
|
||||
bool is_package_name_valid(const String &p_package, String *r_error = nullptr) const;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user