fix(release): 支持单文件发布产物
改为从应用程序自身提取托盘图标,移除发布目录中的外部 app.ico 依赖。 确保 v0.1.0 发布目录只包含 OmniNotify.exe,便于手动上传到 Gitea Release。
This commit is contained in:
@@ -10,8 +10,4 @@
|
||||
<ApplicationIcon>app.ico</ApplicationIcon>
|
||||
</PropertyGroup>
|
||||
|
||||
<ItemGroup>
|
||||
<Content Include="app.ico" CopyToOutputDirectory="PreserveNewest" />
|
||||
</ItemGroup>
|
||||
|
||||
</Project>
|
||||
|
||||
Reference in New Issue
Block a user