8000 use renamed sdl2 templates · meliht/python-for-android@151796e · GitHub
[go: up one dir, main page]

Skip to content

Commit 151796e

Browse files
committed
use renamed sdl2 templates
1 parent 63c6210 commit 151796e

File tree

1 file changed

+3
-3
lines changed
  • pythonforandroid/bootstraps/sdl2/build

1 file changed

+3
-3
lines changed

pythonforandroid/bootstraps/sdl2/build/build.py

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -264,19 +264,19 @@ def make_package(args):
264264
args.numeric_version = str(version_code)
265265

266266
render(
267-
'AndroidManifest.xml.tmpl',
267+
'AndroidManifest.tmpl.xml',
268268
'AndroidManifest.xml',
269269
args=args,
270270
)
271271

272272
render(
273-
'build.xml.tmpl',
273+
'build.tmpl.xml',
274274
'build.xml',
275275
args=args,
276276
versioned_name=versioned_name)
277277

278278
render(
279-
'strings.xml.tmpl',
279+
'strings.tmpl.xml',
280280
'res/values/strings.xml',
281281
args=args)
282282

0 commit comments

Comments
 (0)
0