diff --git a/.editorconfig b/.editorconfig index a4e93174..d6626c4a 100644 --- a/.editorconfig +++ b/.editorconfig @@ -1,7 +1,7 @@ # EditorConfig is awesome: http://EditorConfig.org # top-most EditorConfig file -root = false +root = true [*] end_of_line = lf diff --git a/.gitignore b/.gitignore index f816c0ca..a55a1158 100644 --- a/.gitignore +++ b/.gitignore @@ -11,4 +11,4 @@ node_modules test/qml/Output test/build.* test/.cache - +.DS_Store diff --git a/platform/android/build.py b/platform/android/build.py index f164d310..beb7a872 100755 --- a/platform/android/build.py +++ b/platform/android/build.py @@ -13,7 +13,7 @@ def build(app, title, release): print("Failed to create android app") return os.system('rsync -a ./ %s/www --exclude=%s ' %(app,app)) - os.system('cp androidIcon.png %s' %(app)) + os.system('cp icon.png %s' %(app)) os.system('cp config.xml %s' %(app)) os.chdir(app) diff --git a/platform/android/dist/config.xml b/platform/android/dist/config.xml index 27277017..ac20d799 100644 --- a/platform/android/dist/config.xml +++ b/platform/android/dist/config.xml @@ -1,31 +1,33 @@ - - {{ title }} - + + {{ title }} + {{ description | default('Override app description in manifest') }} - - + + {{ author.name | default('John Doe') if author is defined else 'John Doe' }} - - - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + + +