Skip to content

Commit ed8b865

Browse files
authored
Update build.py
1 parent 9cb1ab6 commit ed8b865

File tree

1 file changed

+0
-2
lines changed
  • pythonforandroid/bootstraps/common/build

1 file changed

+0
-2
lines changed

pythonforandroid/bootstraps/common/build/build.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -341,8 +341,6 @@ def make_package(args):
341341
# Prepare some variables for templating process
342342
res_dir = "src/main/res"
343343
# Add user resouces
344-
shutil.rmtree(res_dir, ignore_errors=True)
345-
ensure_dir(res_dir)
346344
for resource in args.resources:
347345
resource_src, resource_dest = resource.split(":")
348346
if isfile(realpath(resource_src)):

0 commit comments

Comments
 (0)