Skip to content

Instantly share code, notes, and snippets.

@Hattshire
Last active May 30, 2020 00:48
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save Hattshire/757c110021e81d920fff21271b31f56e to your computer and use it in GitHub Desktop.
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.
<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