mirror of
https://github.com/laurent22/joplin.git
synced 2024-12-12 08:54:00 +02:00
4167ecafd2
* Add vector assets Useful for future tile designs, they contain suggested content guides * Add tile files Images and manifest * Make build script retrieve new files * Automate Windows Tiles icon generation * Fix alignment bug * Replace handcraftet tiles with automatically generetad ones
9 lines
332 B
XML
9 lines
332 B
XML
<Application xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
|
|
<VisualElements
|
|
BackgroundColor="#004caf"
|
|
ShowNameOnSquare150x150Logo="on"
|
|
Square150x150Logo="resources\build-win\icons\Square150x150Logo.png"
|
|
Square70x70Logo="resources\build-win\icons\SmallTile.png"
|
|
ForegroundText="light" />
|
|
</Application>
|