Changeset - r26859:7cb8662ebb13
[Not reviewed]
master
0 1 0
Owen Rudge - 16 months ago 2023-02-06 11:14:07
owen@owenrudge.net
Fix: Ensure logo for Windows Store common assets package is named correctly
1 file changed with 1 insertions and 1 deletions:
0 comments (0 inline, 0 general)
os/windows/winstore/generate-assets.ps1
Show inline comments
 
@@ -45,4 +45,4 @@ ResizeImage $logoPath 1240 600 "assets\W
 

	
 
# Copy the logo for the store for the common package
 
New-Item -Path "." -Name "assets-common" -ItemType "directory" -Force
 
Copy-Item "assets\StoreLogo.png" -Destination "assets-common\StoreLogo.png"
 
Copy-Item "assets\StoreLogo.png" -Destination "assets-common\StoreLogoCommon.png"
0 comments (0 inline, 0 general)