python-for-android icon indicating copy to clipboard operation
python-for-android copied to clipboard

--asset & directories

Open obfusk opened this issue 4 years ago • 1 comments

For #2412 I used the same logic as for --asset, but using a (sub)directory didn't work (no failures, just wasn't added to the apk).

So I assume that --asset only works for files, not directories.

obfusk avatar Jan 26 '21 17:01 obfusk

With the SDL bootstrap, --add-asset and --asset on the backend definitely work for directories.

robertpfeiffer avatar Sep 12 '21 10:09 robertpfeiffer