Skip to content

Commit

Permalink
Merge pull request #241 from unoplatform/pj/fix-wasm-splash
Browse files Browse the repository at this point in the history
Remove inputs on GenerateUnoSplashWasm target
  • Loading branch information
pedrojesus-work authored Apr 16, 2024
2 parents 55c9bac + a0cd6b7 commit 7f319d0
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/.nuspec/Uno.Resizetizer.wasm.targets
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@
Name="GenerateUnoSplashWasm"
BeforeTargets="ProcessUnoSplashScreens"
Condition="'$(DesignTimeBuild)' != 'true' AND $(OutputType) == 'Exe'"
Inputs="$(_UnoSplashInputsFile);@(UnoSplashScreen)"
Outputs="$(_UnoSplashStampFile)">

<CallTarget Targets="GenerateUnoSplashScreens" />
Expand Down

0 comments on commit 7f319d0

Please sign in to comment.