Skip to content

Commit e41c0d3

Browse files
committed
Fix | Dll File Path
1 parent ac8d7c5 commit e41c0d3

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

ShadowViewer/ShadowViewer.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@
5050
<PackageReference Include="Microsoft.WindowsAppSDK" Version="1.7.250401001" />
5151
<PackageReference Include="WinUIEx" Version="2.5.1" />
5252
</ItemGroup>
53-
<ItemGroup Condition="'$(Configuration)' == 'Debug' Or '$(GithubAction)' == 'true'">
53+
<ItemGroup Condition="'$(Configuration)' == 'Debug'">
5454
<ProjectReference Include="..\ShadowViewer.Sdk\ShadowViewer.Sdk\ShadowViewer.Sdk.csproj" />
5555
<ProjectReference Include="..\ShadowViewer.Controls\ShadowViewer.Controls.TitleBar\ShadowViewer.Controls.TitleBar.csproj" />
5656
<ProjectReference Include="..\ShadowViewer.Plugin.Local\ShadowViewer.Plugin.Local\ShadowViewer.Plugin.Local.csproj" />

0 commit comments

Comments
 (0)