Skip to content

Commit

Permalink
Merge pull request #319 from unoplatform/mergify/bp/release/stable/1.…
Browse files Browse the repository at this point in the history
…6/pr-318

fix: Ensure that remove the PWA file still builds (backport #318)
  • Loading branch information
jeromelaban authored Nov 4, 2024
2 parents b17e1d5 + 65eacfd commit ae2df99
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/.nuspec/Uno.Resizetizer.targets
Original file line number Diff line number Diff line change
Expand Up @@ -512,7 +512,7 @@

<PropertyGroup>
<!-- If the PWA manifest is empty we can try to find it on disk -->
<_UnoResizetizerPwaManifest>$(_UnoIntermediateAppIcon)..\$([System.IO.Path]::GetFileName($(WasmPWAManifestFile)))</_UnoResizetizerPwaManifest>
<_UnoResizetizerPwaManifest Condition="exists($(WasmPWAManifestFile))">$(_UnoIntermediateAppIcon)..\$([System.IO.Path]::GetFileName($(WasmPWAManifestFile)))</_UnoResizetizerPwaManifest>
<UnoResizetizerPwaManifest Condition="
'$(UnoResizetizerPwaManifest)'=='' and
Exists('$(_UnoResizetizerPwaManifest)')">$(_UnoResizetizerPwaManifest)</UnoResizetizerPwaManifest>
Expand Down

0 comments on commit ae2df99

Please sign in to comment.