Last active
May 30, 2020 00:48
-
-
Save Hattshire/757c110021e81d920fff21271b31f56e to your computer and use it in GitHub Desktop.
Lunacy StartMenu Tile. To use, the manifest needs to be placed on the same folder as Lunacy.exe, and the Logo.png at the Assets folder inside it.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<Application xmlns:xsi='http://www.w3.org/2001/XMLSchema-instance'> | |
<VisualElements | |
ShowNameOnSquare150x150Logo='on' | |
Square150x150Logo='Assets\Logo.png' | |
Square70x70Logo='Assets\Logo.png' | |
Square44x44Logo='Assets\Logo.png' | |
ForegroundText='light' | |
BackgroundColor='#454545'/> | |
</Application> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment