fix(desktop): pre-compile the app title to avoid displaying handlebars

Fixes #566
This commit is contained in:
Jason Dreyzehner 2016-10-18 19:33:42 -04:00
commit 4c403ab32c
3 changed files with 3 additions and 1 deletions

View file

@ -6,6 +6,7 @@
var templates = {
'package.json': '/',
'index.html': 'www/',
'Makefile': 'cordova/',
'ProjectMakefile': 'cordova/',
'config-template.xml': '/',