void/resources/win32/VisualElementsManifest.xml

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

10 lines
364 B
XML
Raw Permalink Normal View History

2024-09-11 02:37:36 +00:00
<Application xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<VisualElements
2025-01-19 11:03:45 +00:00
BackgroundColor="#FFFFFF"
2024-09-11 02:37:36 +00:00
ShowNameOnSquare150x150Logo="on"
Square150x150Logo="resources\app\resources\win32\code_150x150.png"
Square70x70Logo="resources\app\resources\win32\code_70x70.png"
2025-01-19 11:03:45 +00:00
ForegroundText="light"
ShortDisplayName="Void" />
2024-09-11 02:37:36 +00:00
</Application>