fix(release): 移除发布包中的外置图标文件
- 将 app.ico 从发布 Content 改为 WPF Resource,避免 release zip 中出现独立图标文件。 - 保留 ApplicationIcon 的 exe 图标嵌入能力,同时让窗口图标继续从应用资源加载。 - 重新生成 v0.1.0 的 win-x64 framework-dependent 多文件发布包。
This commit is contained in:
@@ -11,7 +11,7 @@
|
|||||||
</PropertyGroup>
|
</PropertyGroup>
|
||||||
|
|
||||||
<ItemGroup>
|
<ItemGroup>
|
||||||
<Content Include="..\app.ico" Link="app.ico" CopyToOutputDirectory="PreserveNewest" />
|
<Resource Include="..\app.ico" Link="app.ico" />
|
||||||
</ItemGroup>
|
</ItemGroup>
|
||||||
|
|
||||||
</Project>
|
</Project>
|
||||||
|
|||||||
Reference in New Issue
Block a user