8000
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 63c6210 commit 151796eCopy full SHA for 151796e
pythonforandroid/bootstraps/sdl2/build/build.py
@@ -264,19 +264,19 @@ def make_package(args):
264
args.numeric_version = str(version_code)
265
266
render(
267
- 'AndroidManifest.xml.tmpl',
+ 'AndroidManifest.tmpl.xml',
268
'AndroidManifest.xml',
269
args=args,
270
)
271
272
273
- 'build.xml.tmpl',
+ 'build.tmpl.xml',
274
'build.xml',
275
276
versioned_name=versioned_name)
277
278
279
- 'strings.xml.tmpl',
+ 'strings.tmpl.xml',
280
'res/values/strings.xml',
281
args=args)
282
0 commit comments