Github user daserge commented on a diff in the pull request:
https://github.com/apache/cordova-windows/pull/212#discussion_r89769817
--- Diff: template/CordovaApp.Phone.jsproj ---
@@ -79,7 +79,9 @@
<AppxManifest Include="package.phone.appxmanifest">
<SubType>Designer</SubType>
</AppxManifest>
- <Content Include="images\*.png" Exclude="images\*.scale-180.*" />
+ <Content Exclude="images\*SplashScreen.*" Include="images\*.png" />
--- End diff --
We are excluding images named like `SplashScreen.jpg` or
`SplashScreen.scale-100.png` here for phone project (we can do this taking into
account that phone and desktop projects have different hardcoded splashscreen
names).
---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at [email protected] or file a JIRA ticket
with INFRA.
---
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]