Skip to content

Commit 53d7987

Browse files
committed
Rename Android export preset to "Android Tests"
1 parent ed8b893 commit 53d7987

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

exports/export_presets.cfg

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[preset.0]
22

3-
name="Android CI"
3+
name="Android Tests"
44
platform="Android"
55
runnable=false
66
advanced_options=true

scripts/run-android-tests.sh

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ LAUNCH_RETRIES=5
88
LOCKSCREEN_RETRIES=20
99
PID_RETRIES=10
1010
LOGCAT_FILTERS="Godot,godot,sentry-godot,sentry-native"
11-
EXPORT_PRESET="Android CI"
11+
EXPORT_PRESET="Android Tests"
1212

1313
# Launch configuration
1414
PACKAGE="io.sentry.godot.project"
@@ -28,6 +28,8 @@ usage() {
2828
echo " - Godot Engine 4.5 or later with Android export templates installed"
2929
echo " - Android SDK with ADB (Android Debug Bridge) tools"
3030
echo " - Android device connected and authorized for debugging"
31+
echo " - Export preset for Android named 'Android Tests'"
32+
echo " (see exports/export_presets.cfg)."
3133
echo ""
3234
echo "ENVIRONMENT VARIABLES:"
3335
echo " GODOT Path to Godot executable (if not in PATH)"

0 commit comments

Comments
 (0)