# HG changeset patch # User Owen Rudge # Date 2023-02-06 11:14:07 # Node ID 7cb8662ebb1374034493635115bdfe39926b4638 # Parent 57e2e7f433a256232be2f97f50170d7f8936b773 Fix: Ensure logo for Windows Store common assets package is named correctly diff --git a/os/windows/winstore/generate-assets.ps1 b/os/windows/winstore/generate-assets.ps1 --- a/os/windows/winstore/generate-assets.ps1 +++ b/os/windows/winstore/generate-assets.ps1 @@ -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"