File tree Expand file tree Collapse file tree 1 file changed +2
-0
lines changed
pythonforandroid/bootstraps/sdl2/build Expand file tree Collapse file tree 1 file changed +2
-0
lines changed Original file line number Diff line number Diff line change @@ -232,6 +232,7 @@ def make_package(args):
232
232
# Delete the old assets.
233
233
try_unlink ('src/main/assets/public.mp3' )
234
234
try_unlink ('src/main/assets/private.mp3' )
235
+ ensure_dir ('src/main/assets' )
235
236
236
237
# In order to speedup import and initial depack,
237
238
# construct a python27.zip
@@ -257,6 +258,7 @@ def make_package(args):
257
258
# Prepare some variables for templating process
258
259
default_icon = 'templates/kivy-icon.png'
259
260
default_presplash = 'templates/kivy-presplash.jpg'
261
+ ensure_dir ('src/main/res/drawable' )
260
262
shutil .copy (args .icon or default_icon , 'src/main/res/drawable/icon.png' )
261
263
shutil .copy (args .presplash or default_presplash ,
262
264
'src/main/res/drawable/presplash.jpg' )
You can’t perform that action at this time.
0 commit comments