1
0
mirror of https://github.com/godotengine/godot.git synced 2025-11-12 13:20:55 +00:00

Misc cleanup in EditorExportPlatform

This commit is contained in:
kobewi
2025-09-04 13:19:22 +02:00
parent 534591047e
commit 1c1c3200e4
21 changed files with 63 additions and 42 deletions

View File

@@ -41,6 +41,8 @@
#include "core/os/os.h"
#include "editor/export/editor_export_platform.h"
class ImageTexture;
// Optional environment variables for defining confidential information. If any
// of these is set, they will override the values set in the credentials file.
const String ENV_ANDROID_KEYSTORE_DEBUG_PATH = "GODOT_ANDROID_KEYSTORE_DEBUG_PATH";