fix: replace publisher's name (#1246)

This commit is contained in:
Baptiste Augrain
2022-09-11 13:08:41 +02:00
parent 00b1c23d0b
commit 53cb71df89
4 changed files with 38 additions and 7 deletions

View File

@@ -0,0 +1,9 @@
<Application xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<VisualElements
BackgroundColor="#2D2D30"
ShowNameOnSquare150x150Logo="on"
Square150x150Logo="resources\app\resources\win32\code_150x150.png"
Square70x70Logo="resources\app\resources\win32\code_70x70.png"
ForegroundText="light"
ShortDisplayName="VSCodium - Insiders" />
</Application>

View File

@@ -0,0 +1,9 @@
<Application xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<VisualElements
BackgroundColor="#2D2D30"
ShowNameOnSquare150x150Logo="on"
Square150x150Logo="resources\app\resources\win32\code_150x150.png"
Square70x70Logo="resources\app\resources\win32\code_70x70.png"
ForegroundText="light"
ShortDisplayName="VSCodium" />
</Application>