Skip to content

Commit aa129bb

Browse files
committed
Added .aab and .apks to blacklist
1 parent 77579c3 commit aa129bb

File tree

3 files changed

+6
-0
lines changed

3 files changed

+6
-0
lines changed

pythonforandroid/bootstraps/sdl2/build/blacklist.txt

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
# prevent user to include invalid extensions
22
*.apk
3+
*.aab
4+
*.apks
35
*.pxd
46

57
# eggs

pythonforandroid/bootstraps/service_only/build/blacklist.txt

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
# prevent user to include invalid extensions
22
*.apk
3+
*.aab
4+
*.apks
35
*.pxd
46

57
# eggs

pythonforandroid/bootstraps/webview/build/blacklist.txt

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
# prevent user to include invalid extensions
22
*.apk
3+
*.aab
4+
*.apks
35
*.pxd
46

57
# eggs

0 commit comments

Comments
 (0)