Skip to content

Commit 8a60946

Browse files
committed
Remove conditional embedding of dynamic payload in Exe installer
1 parent a3321f4 commit 8a60946

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

src/DotnetPackaging.Exe.Installer/DotnetPackaging.Exe.Installer.csproj

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -19,12 +19,6 @@
1919
<AvaloniaResource Include="Assets\**" />
2020
</ItemGroup>
2121

22-
<!-- Embed dynamic payload when provided at publish time -->
23-
<ItemGroup Condition="'$(InstallerPayload)' != '' and Exists('$(InstallerPayload)')">
24-
<EmbeddedResource Include="$(InstallerPayload)">
25-
<LogicalName>PAYLOAD</LogicalName>
26-
</EmbeddedResource>
27-
</ItemGroup>
2822
<ItemGroup>
2923
<AvaloniaResource Include="..\..\icon.png">
3024
<Link>Assets/icon.png</Link>

0 commit comments

Comments
 (0)