fixed manifest and removed signature

This commit is contained in:
adrianvic 2023-12-21 11:37:45 -03:00
commit 65432fd270
3 changed files with 2 additions and 2 deletions

View file

@ -17,7 +17,7 @@
<Applications>
<Application Id="Microsoft.SDKSamples.InkPad" StartPage="default.html">
<VisualElements DisplayName="InkPad" Logo="images\inkpad-tile.png" SmallLogo="images\inkPad-time_30x30.png" Description="SDK Sample" ForegroundText="dark" BackgroundColor="#b2815a" ToastCapable="false">
<DefaultTile ShortName="InkPad" ShowName="false" />
<DefaultTile ShortName="InkPad" />
<SplashScreen BackgroundColor="white" Image="images\inkPad_splash.png" />
</VisualElements>
</Application>