Skip to content

Commit f11b987

Browse files
Correct path to script
Co-authored-by: Malcolm Smith <smith@chaquo.com>
1 parent 9de4372 commit f11b987

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Platforms/Android/__main__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525

2626
SCRIPT_NAME = Path(__file__).name
2727
if SCRIPT_NAME.startswith("__"):
28-
SCRIPT_NAME = "Python/Android"
28+
SCRIPT_NAME = "Platforms/Android"
2929

3030
ANDROID_DIR = Path(__file__).resolve().parent
3131
PYTHON_DIR = ANDROID_DIR.parent.parent

0 commit comments

Comments
 (0)