fixed manifest and removed signature
This commit is contained in:
parent
3fd3ecc93f
commit
65432fd270
3 changed files with 2 additions and 2 deletions
|
|
@ -17,7 +17,7 @@
|
||||||
<Applications>
|
<Applications>
|
||||||
<Application Id="Microsoft.SDKSamples.InkPad" StartPage="default.html">
|
<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">
|
<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" />
|
<SplashScreen BackgroundColor="white" Image="images\inkPad_splash.png" />
|
||||||
</VisualElements>
|
</VisualElements>
|
||||||
</Application>
|
</Application>
|
||||||
|
|
|
||||||
Binary file not shown.
|
|
@ -1790,7 +1790,7 @@ function inkInitialize()
|
||||||
}
|
}
|
||||||
catch (e)
|
catch (e)
|
||||||
{
|
{
|
||||||
displayError("inkInitialize " + e.toString());
|
displayError("inkError" + e.message);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
||||||
Reference in a new issue