Skip to content

Commit

Permalink
[SingleProject] Update intermediate asset path
Browse files Browse the repository at this point in the history
  • Loading branch information
JoonghyunCho authored and rookiejava committed Apr 12, 2022
1 parent 467e702 commit 1ba5ea8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .nuspec/Microsoft.Maui.Resizetizer.targets
Original file line number Diff line number Diff line change
Expand Up @@ -522,7 +522,7 @@
<!-- Tizen - Move splash images to a specific location -->
<TizenSplashUpdator
Condition="'$(_ResizetizerIsTizenApp)' == 'True'"
IntermediateOutputPath="$(ResizetizerIntermediateOutputPath)"
IntermediateOutputPath="$(_MauiIntermediateSplashScreen)"
ManifestFile="$(TizenManifestFile)"
MauiSplashScreen="@(MauiSplashScreen)" />

Expand Down Expand Up @@ -597,7 +597,7 @@

<!-- Tizen -->
<PropertyGroup>
<ResizetizerIntermediateOutputAbsolutePath>$([System.IO.Path]::GetFullPath('$(ResizetizerIntermediateOutputPath)'))</ResizetizerIntermediateOutputAbsolutePath>
<ResizetizerIntermediateOutputAbsolutePath>$([System.IO.Path]::GetFullPath('$(_MauiIntermediateImages)'))</ResizetizerIntermediateOutputAbsolutePath>
</PropertyGroup>
<ItemGroup Condition="'$(_ResizetizerIsTizenApp)' == 'True'">
<TizenTpkUserIncludeFiles Include="$(ResizetizerIntermediateOutputAbsolutePath)res\res.xml" TizenTpkSubDir="res\" />
Expand Down

0 comments on commit 1ba5ea8

Please sign in to comment.