Skip to content

Commit 878fa3b

Browse files
committed
Made pygame bootstrap copy correct file
The file is project.properties due to now autogenerating it.
1 parent 4c168df commit 878fa3b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pythonforandroid/bootstraps/pygame/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ def run_distribute(self):
2727
shprint(sh.mkdir, dirname)
2828

2929
info('Copying default files')
30-
shprint(sh.cp, '-a', join(src_path, 'default.properties'), '.')
30+
shprint(sh.cp, '-a', join(self.build_dir, 'project.properties'), '.')
3131
shprint(sh.cp, '-a', join(src_path, 'local.properties'), '.')
3232
shprint(sh.cp, '-a', join(src_path, 'build.py'), '.')
3333
shprint(sh.cp, '-a', join(src_path, 'buildlib'), '.')

0 commit comments

Comments
 (0)