mirror of
https://github.com/microsoft/vscode.git
synced 2026-04-02 00:09:30 +01:00
fix: add version folder to visualelements manifest icon path (#299239)
This commit is contained in:
@@ -599,6 +599,7 @@ function packageTask(platform: string, arch: string, sourceFolderName: string, d
|
||||
}
|
||||
|
||||
result = es.merge(result, gulp.src('resources/win32/VisualElementsManifest.xml', { base: 'resources/win32' })
|
||||
.pipe(replace('@@VERSIONFOLDER@@', versionedResourcesFolder ? `${versionedResourcesFolder}\\` : ''))
|
||||
.pipe(rename(product.nameShort + '.VisualElementsManifest.xml')));
|
||||
|
||||
result = es.merge(result, gulp.src('.build/policies/win32/**', { base: '.build/policies/win32' })
|
||||
|
||||
@@ -2,8 +2,8 @@
|
||||
<VisualElements
|
||||
BackgroundColor="#2D2D30"
|
||||
ShowNameOnSquare150x150Logo="on"
|
||||
Square150x150Logo="resources\app\resources\win32\code_150x150.png"
|
||||
Square70x70Logo="resources\app\resources\win32\code_70x70.png"
|
||||
ForegroundText="light"
|
||||
Square150x150Logo="@@VERSIONFOLDER@@resources\app\resources\win32\code_150x150.png"
|
||||
Square70x70Logo="@@VERSIONFOLDER@@resources\app\resources\win32\code_70x70.png"
|
||||
ForegroundText="light"
|
||||
ShortDisplayName="Code - OSS" />
|
||||
</Application>
|
||||
|
||||
Reference in New Issue
Block a user