CB-10738 Use hardcoded Id attribute in Win10 manifest This closes #194
Project: http://git-wip-us.apache.org/repos/asf/cordova-windows/repo Commit: http://git-wip-us.apache.org/repos/asf/cordova-windows/commit/fbc412e4 Tree: http://git-wip-us.apache.org/repos/asf/cordova-windows/tree/fbc412e4 Diff: http://git-wip-us.apache.org/repos/asf/cordova-windows/diff/fbc412e4 Branch: refs/heads/4.4.x Commit: fbc412e46ba03721a1d240b73d95948fd1c26d17 Parents: c1d331e Author: Vladimir Kotikov <[email protected]> Authored: Tue Aug 30 17:34:51 2016 +0300 Committer: daserge <[email protected]> Committed: Thu Oct 20 20:54:54 2016 +0300 ---------------------------------------------------------------------- template/package.windows10.appxmanifest | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/cordova-windows/blob/fbc412e4/template/package.windows10.appxmanifest ---------------------------------------------------------------------- diff --git a/template/package.windows10.appxmanifest b/template/package.windows10.appxmanifest index e59e019..9df82fa 100644 --- a/template/package.windows10.appxmanifest +++ b/template/package.windows10.appxmanifest @@ -46,7 +46,7 @@ <Applications> <Application - Id="$safeprojectname$" + Id="App" StartPage="www/index.html"> <uap:VisualElements @@ -57,9 +57,9 @@ Square44x44Logo="images\Square44x44Logo.png"> <uap:SplashScreen Image="images\splashscreen.png" /> - <uap:DefaultTile ShortName="$projectname$" + <uap:DefaultTile ShortName="$projectname$" Square310x310Logo="images\Square310x310Logo.png" - Square71x71Logo="images\Square71x71Logo.png" + Square71x71Logo="images\Square71x71Logo.png" Wide310x150Logo="images\Wide310x150Logo.png" /> </uap:VisualElements> --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
