Skip to content

Commit 9a7b84f

Browse files
committed
Simplify __main__ symlink.
1 parent 1ddff93 commit 9a7b84f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build-release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -269,7 +269,7 @@ jobs:
269269
if [ ! -e Platforms/Android ]; then
270270
mkdir -p Platforms/Android
271271
ln -s ../Android Platforms/Android
272-
ln -s ../Android/android.py Platforms/Android/__main__.py
272+
ln -s ./android.py Android/__main__.py
273273
echo "ADDED SYMLINK"
274274
else
275275
echo "NO SYMLINK"

0 commit comments

Comments
 (0)